Skip to content

Commit ead4c2c

Browse files
committed
Updated README to properly reflect Vundle's API
1 parent 638d628 commit ead4c2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ then simply perform the following commands to fix your current buffer:
2626

2727
Add to vimrc:
2828

29-
Bundle "pangloss/vim-javascript"
29+
Plugin "pangloss/vim-javascript"
3030

3131
And install it:
3232

3333
:so ~/.vimrc
34-
:BundleInstall
34+
:PluginInstall
3535

3636
### Install with [pathogen](https://github.com/tpope/vim-pathogen)
3737

0 commit comments

Comments
 (0)