Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve badges #245

Merged
merged 4 commits into from
Aug 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<h1 align="center">Welcome to Cursorless!</h1>
<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-0.17.2-blue.svg?cacheSeconds=2592000" />
<img src="https://img.shields.io/badge/vscode-%5E1.53.0-blue.svg" />
<a href="https://github.com/pokey/cursorless-vscode/blob/master/CHANGELOG.md" target="_blank">
<img alt="Version" src="https://img.shields.io/github/package-json/v/pokey/cursorless-vscode?color=blue" />
</a>
<a href="https://github.com/pokey/cursorless-vscode/actions/workflows/test.yml?query=branch%3Amaster" target="_blank">
<img alt="Tests" src="https://img.shields.io/github/workflow/status/pokey/cursorless-vscode/Run%20Tests?logo=github&label=tests" />
</a>
<a href="https://github.com/pokey/cursorless-talon/tree/master/docs" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand Down