Skip to content

Commit f38dbf4

Browse files
committed
Update README.md
1 parent 1615a73 commit f38dbf4

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## vim es6 snippets
1+
## vim es6
22

3-
> Write JavaScript ES6 easily with vim snippets.
3+
> Write JavaScript ES6 easily with vim-es6.
4+
5+
![](https://raw.githubusercontent.com/isRuslan/vim-es6/master/sample.gif)
46

57
## Install
68

@@ -9,23 +11,23 @@
911
To install using [Vundle](https://github.com/gmarik/vundle):
1012

1113
" add this line to your .vimrc file
12-
Plugin 'isRuslan/vim-es6-snippets'
14+
Plugin 'isRuslan/vim-es6'
1315

1416
To install using pathogen.vim:
1517

1618
cd ~/.vim/bundle
17-
git clone https://github.com/isRuslan/vim-es6-snippets.git
19+
git clone https://github.com/isRuslan/vim-es6.git
1820

19-
To manual install [download](https://github.com/isRuslan/vim-es6-snippets/releases) zip file:
21+
To manual install [download](https://github.com/isRuslan/vim-es6/releases) zip file:
2022

2123
cd ~/.vim
22-
unzip vim-es6-snippets.zip
24+
unzip vim-es6.zip
2325

2426

2527
To checkout the source from repository:
2628

2729
cd ~/.vim/bundle
28-
git clone https://github.com/isRuslan/vim-es6-snippets.git
30+
git clone https://github.com/isRuslan/vim-es6.git
2931

3032
## List
3133
| Trigger | Result |

0 commit comments

Comments
 (0)