diff --git a/README.md b/README.md index 6259ccb..97c517f 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ There are a few ways you can go about installing this plugin: 1. If you have [Vundle](https://github.com/gmarik/Vundle.vim) you can simply add: ``` - Bundle 'ntpeters/vim-better-whitespace' + Plugin 'ntpeters/vim-better-whitespace' ``` to your `.vimrc` file then run: ``` - :BundleInstall + :PluginInstall ``` 2. If you are using [Pathogen](https://github.com/tpope/vim-pathogen), you can just run the following command: ```