Просмотр исходного кода

Merge pull request #63 from DanySpin97/master

Fix installation commands
jlanzarotta 8 лет назад
Родитель
Сommit
a590710426
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -48,14 +48,14 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 ### NeoBundle (https://github.com/Shougo/neobundle.vim)
 1. Add the following configuration to your `.vimrc`.
 
-        NeoBundle 'jlanzarotta/bufexplorer.vim'
+        NeoBundle 'jlanzarotta/bufexplorer'
 
 2. Install with `:NeoBundleInstall`.
 
 ### Plug (https://github.com/junegunn/vim-plug)
 1. Add the following configuration to your `.vimrc`.
 
-        Plug 'jlanzarotta/bufexplorer.vim'
+        Plug 'jlanzarotta/bufexplorer'
 
 2. Instal with `:PlugInstall`.