diff --git a/README.md b/README.md index 2422ed4..90106ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Workspace Snippets Extension +# Workspace Code Snippets -This extension allows you to create code snippets from selected code in your workspace. +> This extension allows you to quickly add code snippets to a repository for your team to benefit from. ![Demonstration](https://github.com/feli0x/workspace-code-snippets/blob/main/assets/demo.gif?raw=true) @@ -8,9 +8,9 @@ This extension allows you to create code snippets from selected code in your wor 1. Select the code you want to turn into a snippet. 2. Press `cmd+shift+p` (or `ctrl+shift+p` on Windows/Linux) to open the Command Palette. -3. Type "Create Workspace Code Snippet" and select the option from the list. +3. Type `Create Workspace Code Snippet` and select the option from the list. 4. Choose a name for your snippet and press Enter. -5. Your snippet will be saved in `./vscode/workspace.code-snippets`. +5. Your snippet will be saved in `.vscode/workspace.code-snippets`. ## Contributing diff --git a/assets/demo.gif b/assets/demo.gif index 8aeca98..cdad1aa 100644 Binary files a/assets/demo.gif and b/assets/demo.gif differ