From e8790af601596e656f866ac3bb42895ddaeb15bc Mon Sep 17 00:00:00 2001 From: Devin Weaver Date: Tue, 16 Jun 2015 08:10:18 -0400 Subject: [PATCH] Use Plugin for Vundle docs Vundle no longer uses `Bundle` but instead uses `Plugin` since [commit 0521de95](https://github.com/gmarik/Vundle.vim/commit/0521de95eac09298c4e71b3662839612280c1ae9). --- README.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 865db09..460f58d 100644 --- a/README.markdown +++ b/README.markdown @@ -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.