Skip to content

Commit ee55558

Browse files
committed
Merge pull request #35 from nicdumz/patch-1
doc: Vundle commands are now Plugin.*
2 parents c862362 + cd7dd8e commit ee55558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ There are a few ways you can go about installing this plugin:
1414

1515
1. If you have [Vundle](https://github.com/gmarik/Vundle.vim) you can simply add:
1616
```
17-
Bundle 'ntpeters/vim-better-whitespace'
17+
Plugin 'ntpeters/vim-better-whitespace'
1818
```
1919
to your `.vimrc` file then run:
2020
```
21-
:BundleInstall
21+
:PluginInstall
2222
```
2323
2. If you are using [Pathogen](https://github.com/tpope/vim-pathogen), you can just run the following command:
2424
```

0 commit comments

Comments
 (0)