Skip to content
This repository was archived by the owner on Nov 12, 2017. It is now read-only.

Commit 7ad9728

Browse files
authored
Update README.md
1 parent fdbe792 commit 7ad9728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
**Prerequisites:** You must have the `node` executable (currently only 7.x is supported) on your PATH and a copy of `npm`
55

66
1. Install this plugin using `vim-plug` or your favorite plugin manager
7-
2. Install `neovim` package globally: `npm install -g neovim`
7+
2. Install `neovim` package globally: `npm install -g neovim@next`
88

99
### Example config (vim-plug)
1010
```vim
1111
call plug#begin()
12-
Plug 'billyvg/node-host', { 'do': 'npm install -g neovim' }
12+
Plug 'neovim/node-host', { 'branch': 'next', 'do': 'npm install -g neovim@next' }
1313
call plug#end()
1414
```
1515

0 commit comments

Comments
 (0)