Skip to content

Commit 736ff8d

Browse files
committed
Merge pull request pangloss#230 from amadeus/update-vundle-api
Updated README to properly reflect Vundle's API
2 parents 638d628 + ead4c2c commit 736ff8d

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)