Skip to content

Commit 4641394

Browse files
committed
fixed readme
1 parent 0d7d94e commit 4641394

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For example, `.fe` renders a chain-friendly version of the "forEach" snippet, wh
4444
var ${1:name}
4545
```
4646

47-
#### `v=` var assignment
47+
#### `va` var assignment
4848
```js
4949
var ${1:name} = ${2:value}
5050
```
@@ -54,7 +54,7 @@ var ${1:name} = ${2:value}
5454
let ${1:name}
5555
```
5656

57-
#### `l=` let assignment
57+
#### `la` let assignment
5858
```js
5959
let ${1:name} = ${2:value}
6060
```
@@ -69,7 +69,7 @@ let ${1:name} = yield ${2:value}
6969
const ${1:name}
7070
```
7171

72-
#### `c=` const assignment
72+
#### `ca` const assignment
7373
```js
7474
const ${1:name} = ${2:value}
7575
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "JavaScript standardjs styled snippets",
44
"publisher": "capaj",
55
"icon": "images/javascript.png",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"description": "standardjs styled javascript snippets for visual studio code",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)