Skip to content

Commit 5397271

Browse files
authored
Fixed Snipsnap Marketplace url & name to find extension faster (#16)
1 parent d0a318a commit 5397271

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ To access base snippets for Javascript just type keyword `base` and you will see
6868

6969
## Installation
7070

71-
Install through VS Code extensions. Search for `Snipsnap - Snippets Handler`
71+
Install through VS Code extensions. Search for `Snipsnap-vscode`
7272

73-
[Visual Studio Code Market Place: Snipsnap - snippets handler](https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snippsnap-vscode)
73+
[Visual Studio Code Market Place: Snipsnap - snippets handler](https://marketplace.visualstudio.com/items?itemName=snipsnapdev.snipsnap-vscode)
7474

7575
Can also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
7676

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"snipsnap.silent": {
3535
"type": "boolean",
3636
"default": false,
37-
"description": "Removes successfull fetching notification if enabled"
37+
"description": "Removes successful fetching notification if enabled"
3838
}
3939
}
4040
}

0 commit comments

Comments
 (0)