Browse Source

Fix clone URL in Pathogen instructions

Ryan Kuester 9 years ago
parent
commit
c73fa2db1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 ### Pathogen
 1. Install with the following command.
 
-        git clone https://github.com/jlanzarotta/bufexplorer.vim ~/.vim/bundle/bufexplorer.vim
+        git clone https://github.com/jlanzarotta/bufexplorer.git ~/.vim/bundle/bufexplorer.vim
 
 ## License
 Copyright (c) 2001-2016, Jeff Lanzarotta