From 8989b0a49c110ad17d9b40837eb4fe0864259e33 Mon Sep 17 00:00:00 2001 From: Joseph Jaber Date: Thu, 19 Dec 2013 11:47:16 -0500 Subject: [PATCH] Fix Vundle installation link in README.md Fix markdown in Vundle installation section that caused the link to be formatted incorrectly. --- README.mkd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index 6702a6d..9d3162c 100644 --- a/README.mkd +++ b/README.mkd @@ -18,8 +18,9 @@ To install using pathogen.vim: cd ~/.vim/bundle git clone https://github.com/mattn/emmet-vim.git -To install using [Vundle|https://github.com/gmarik/vundle]: - #add this line to your .vimrc file +To install using [Vundle](https://github.com/gmarik/vundle): + + # add this line to your .vimrc file Bundle "mattn/emmet-vim" To checkout the source from repository: