Update README.md

A small, small edit to update the commands to be in line with Vundle.vims documentation. *The Bundle-namespace is deprecated, and may at some point be phased out.*
This commit is contained in:
Thor K. H. 2015-01-18 16:11:09 +01:00
parent 7489c81ec6
commit 2e654f20ae

View File

@ -31,8 +31,8 @@ Read the documentation for a more thorough introduction.
### With gmarik vundle
_https://github.com/gmarik/vundle_
Add `Bundle 'lervag/vim-latex'` to your ~/.vimrc and run
`:BundleInstall` in a vim buffer. Add `!` to the command to update.
Add `Plugin 'lervag/vim-latex'` to your ~/.vimrc and run
`:PluginInstall` in a vim buffer. Add `!` to the command to update.
### With neobundle
_https://github.com/Shougo/neobundle.vim_