diff --git a/README.md b/README.md index 7c53e8d..a77ccaf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ call vundle#rc() " let Vundle manage Vundle - Bundle 'gmarik/vundle' " required! + " required! + Bundle 'gmarik/vundle' " My Bundles here: " @@ -55,6 +56,7 @@ " :BundleClean! - remove without confirmation " " see :h vundle for more details + " Note: comments after Bundle command are not allowed.. ```