From d07c22242af9a6e8f269d7988404cdf03440c4fe Mon Sep 17 00:00:00 2001 From: gmarik Date: Sun, 17 Oct 2010 19:09:43 -0500 Subject: [PATCH] Docs updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 506350b..3d01db1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ** Warning: alpha quality ** -[Vundle](http://github.com/gmarik/vundle) is a short cut for [Vim](http://vim.org)bundle and is a 67 LOC plugin for managing vim plugins. +[Vundle](http://github.com/gmarik/vundle) is a short cut for [Vim](http://vim.org)bundle and is a 67 LOC plugin for managing [Vim](http://vim.org) plugins. ## Installation @@ -20,13 +20,13 @@ Append those lines to your .vimrc Bundle "http://github.com/vim-scripts/ack.vim.git" BundleRequire -BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins with git. +BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins. ## Installing bundled plugins vim -e -c 'BundleInstall' -c 'q' -triggers Git clone for each configured repo to ~/.vim/bundle/. +triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/. ## Thanks