From 2e654f20aee944a49439da03c23865973c49436b Mon Sep 17 00:00:00 2001 From: "Thor K. H." Date: Sun, 18 Jan 2015 16:11:09 +0100 Subject: [PATCH] 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.* --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 873f7d8..28b457d 100644 --- a/README.md +++ b/README.md @@ -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_