From f2a80ddfa2978940ed56864424e073d03a69a047 Mon Sep 17 00:00:00 2001 From: snxx Date: Wed, 29 Sep 2021 00:03:02 +0500 Subject: [PATCH] Update README.mkd --- README.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index b1145df..02e9d40 100644 --- a/README.mkd +++ b/README.mkd @@ -29,14 +29,14 @@ git clone https://github.com/mattn/emmet-vim.git ~/.vim/bundle/emmet-vim To install using [Vundle](https://github.com/gmarik/vundle): -``` +```vim " add this line to your .vimrc file Plugin 'mattn/emmet-vim' ``` To install using [Vim-Plug](https://github.com/junegunn/vim-plug): -``` +```vim " add this line to your .vimrc file Plug 'mattn/emmet-vim' ```