From a1766c50f5134784c04ba7772e7302bf1207955a Mon Sep 17 00:00:00 2001 From: Tomohiro Nishimura Date: Tue, 26 Mar 2013 04:23:57 +0900 Subject: [PATCH] Fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ed786..a379ad6 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ required files into your `.vim` folder. ### Vundle 1. Setup the [vundle](https://github.com/gmarik/vundle) package manager -2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neobundle](https://github.com/Shougo/neosnippet) +2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neosnippet](https://github.com/Shougo/neosnippet) ``` Bundle 'Shougo/neocomplcache.git' @@ -43,7 +43,7 @@ required files into your `.vim` folder. ### Neobundle 1. Setup the [neobundle](https://github.com/Shougo/neobundle.vim) package manager -2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neobundle](https://github.com/Shougo/neosnippet) +2. Set the bundles for [Neocomplecache](https://github.com/Shougo/neocomplcache) and [Neosnippet](https://github.com/Shougo/neosnippet) ``` NeoBundle 'Shougo/neocomplcache.git'