Skip to content
Open
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
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ with is 1.9+ compatible.

Also, you'll need `curl` installed.

If you use Vundle put this in your vimrc:
If you use [Vundle](https://github.com/gmarik/Vundle.vim) put this in your `vimrc`:

```
Bundle 'junkblocker/patchreview-vim'
Bundle 'codegram/vim-codereview'
Plugin 'junkblocker/patchreview-vim'
Plugin 'codegram/vim-codereview'
```

If you use Pathogen, clone this repo in your `~/.vim/bundle` directory.
Expand Down