From 5ff2b4b2f567a3ac4173789a480cabcdf7c420a4 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 26 Apr 2014 14:28:28 +0800 Subject: [PATCH] Update README.md vundle installation instructions [vundle is undergoing interface changes](https://github.com/gmarik/Vundle.vim/blob/master/doc/vundle.txt#L372-L396) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d0687..b98e348 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This plugin follows the standard runtime path structure, and as such it can be i * [NeoBundle][12] * `NeoBundle 'bling/vim-airline'` * [Vundle][13] - * `Bundle 'bling/vim-airline'` + * `Plugin 'bling/vim-airline'` * [VAM][22] * `call vam#ActivateAddons([ 'vim-airline' ])` * manual