Skip to content

Commit f7023fd

Browse files
committed
📷 helps to update the image src on the correct file I suppose
1 parent 599b8f0 commit f7023fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vue VSCode Snippets
22

3-
![logo](./src/images/logo.jpg)
3+
![vue-snippet-hero](./src/images/vue-snippet-hero.gif)
44

55
## Description
66

@@ -10,15 +10,17 @@ This repo was built particularly for real world use. It doesn't catalogue the AP
1010

1111
_Current version: Vue2_
1212

13-
![demo](./src/images/demo.gif)
13+
![SnippetDemo](./src/images/SnippetDemo.gif)
1414

1515
## Installation
1616

1717
* [vscode Extensions Marketplace](https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets)
18+
1819
```javascript
1920
ext install Vue VSCode Snippets
2021
```
21-
I enable tab completion by opening `Code > Preferences > Settings` (on a Mac) and applying `"editor.tabCompletion": true` to your personal settings
22+
23+
You can enable tab completion (recommended) by opening `Code > Preferences > Settings` (on a Mac) and applying `"editor.tabCompletion": true` to your personal settings
2224

2325
## Snippets
2426

0 commit comments

Comments
 (0)