From ad7b0757971400c2d41ed7d068ed5d457e555785 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 23 Jun 2015 08:27:39 +0900 Subject: [PATCH] Fix #278 Update documentation for Vundle --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9ea5cf6..1272509 100644 --- a/README.md +++ b/README.md @@ -47,15 +47,15 @@ Notes: And [neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets) ```vim - Bundle 'Shougo/neocomplcache' + Plugin 'Shougo/neocomplcache' or - Bundle 'Shougo/neocomplete' + Plugin 'Shougo/neocomplete' - Bundle 'Shougo/neosnippet' - Bundle 'Shougo/neosnippet-snippets' + Plugin 'Shougo/neosnippet' + Plugin 'Shougo/neosnippet-snippets' ``` -3. Open up Vim and start installation with `:BundleInstall` +3. Open up Vim and start installation with `:PluginInstall` ### Neobundle