From 5e8915d3862ba2e78204ccd31c4cf2d0b2145db2 Mon Sep 17 00:00:00 2001 From: Jonathan Soifer Date: Thu, 2 Jun 2016 12:31:22 -0300 Subject: [PATCH] Add quotes on Vundle, detail install options --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9617c74..8ec57d5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ with decent support for both GUI and terminal. ## Installation +You can choose between 3 different ways to install it: ### Pathogen @@ -22,7 +23,7 @@ Install [Vundle](https://github.com/gmarik/Vundle.vim) and then add this theme as a plugin to your ```.vimrc```. ```vim -Plugin jpo/vim-railscasts-theme +Plugin 'jpo/vim-railscasts-theme' ``` ### Manually