Fix Vundle installation link in README.md

Fix markdown in Vundle installation section that caused the link to be formatted incorrectly.
This commit is contained in:
Joseph Jaber
2013-12-19 11:47:16 -05:00
parent ddbbe81d09
commit 8989b0a49c

View File

@@ -18,8 +18,9 @@ To install using pathogen.vim:
cd ~/.vim/bundle cd ~/.vim/bundle
git clone https://github.com/mattn/emmet-vim.git git clone https://github.com/mattn/emmet-vim.git
To install using [Vundle|https://github.com/gmarik/vundle]: To install using [Vundle](https://github.com/gmarik/vundle):
#add this line to your .vimrc file
# add this line to your .vimrc file
Bundle "mattn/emmet-vim" Bundle "mattn/emmet-vim"
To checkout the source from repository: To checkout the source from repository: