Skip to content

Commit d1670a9

Browse files
committed
update readme
1 parent cc10702 commit d1670a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Workspace Snippets Extension
1+
# Workspace Code Snippets
22

3-
This extension allows you to create code snippets from selected code in your workspace.
3+
> This extension allows you to quickly add code snippets to a repository for your team to benefit from.
44
55
![Demonstration](https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true)
66

77
## Usage
88

99
1. Select the code you want to turn into a snippet.
1010
2. Press `cmd+shift+p` (or `ctrl+shift+p` on Windows/Linux) to open the Command Palette.
11-
3. Type "Create Workspace Code Snippet" and select the option from the list.
11+
3. Type `Create Workspace Code Snippet` and select the option from the list.
1212
4. Choose a name for your snippet and press Enter.
13-
5. Your snippet will be saved in `./vscode/workspace.code-snippets`.
13+
5. Your snippet will be saved in `.vscode/workspace.code-snippets`.
1414

1515
## Contributing
1616

0 commit comments

Comments
 (0)