From ca9c0425a08cb5c9fc0a21cc741662a07a15c4ef Mon Sep 17 00:00:00 2001 From: gmarik Date: Wed, 8 Dec 2010 23:47:04 -0600 Subject: [PATCH] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b028d00..5d5cb74 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ in order to install/search [all available vim scripts] 3. Install configured bundles: - Launch vim, run :BundleInstall (**no restart required** since v0.5) + Launch vim, run :BundleInstall (**no `Vim` restart required** since v0.5) Installing requires [Git] and triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/. @@ -44,7 +44,7 @@ in order to install/search [all available vim scripts] `BundleInstall` installs script only if it hasn't been already installed. `BundleInstall` is faster than `BundleInstall!` (note bang at the end) because latter fetches scripts without any checks. - Use `BundleInstall` to install new scripts scripts. Use `BundleInstall!` to update scripts. + Use `BundleInstall` to install new scripts. Use `BundleInstall!` to update scripts. ## Searching