Skip to content

Commit 5728a18

Browse files
added release badge
1 parent 9826bba commit 5728a18

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Rust Build and Test](https://github.com/codeitlikemiley/snip/actions/workflows/test.yml/badge.svg)](https://github.com/codeitlikemiley/snip/actions/workflows/test.yml)
44

5+
[![release](https://github.com/codeitlikemiley/snip/actions/workflows/release.yml/badge.svg)](https://github.com/codeitlikemiley/snip/actions/workflows/release.yml)
6+
57
Note: This is an additional tools to be used with my [Neovide Neovim](https://github.com/codeitlikemiley/nvim) rust setup.
68

79
> VSCode Snippet Compatible
@@ -45,7 +47,7 @@ $env:Path += ";C:\Users\YourUsername\bin"
4547

4648
## Managing Multiple Snippets File for Different Languages
4749

48-
You can use the command `snip config <path>` to change the Snippets File on Runtime.
50+
You can use the command `snip config <path>` to change the Snippets File on Runtime.
4951

5052
Note: This is quite useful when you want to manage different Snippets File for different languages.
5153

@@ -252,4 +254,3 @@ snip config --help
252254
# Config Snippet
253255
snip config <path>
254256
```
255-

0 commit comments

Comments
 (0)