Fixed typo

This commit is contained in:
Tomohiro Nishimura 2013-03-26 04:23:57 +09:00
parent 0ea0a0b3a7
commit a1766c50f5
1 changed files with 2 additions and 2 deletions

View File

@ -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'