Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down