forked from VimPlug/emmet-vim
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user