From 15509c6fa6b15c36d6bbb0068d4cfa8a2e24c003 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 16 Apr 2017 00:17:57 +0900 Subject: [PATCH] update README.md: fix the repository url of Vundle --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b80f35..e97b6b7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This software is released under the MIT License, see LICENSE. git clone https://github.com/itchyny/lightline.vim ~/.vim/bundle/lightline.vim -### Vundle (https://github.com/gmarik/Vundle.vim) +### Vundle (https://github.com/VundleVim/Vundle.vim) 1. Add the following configuration to your `.vimrc`. Plugin 'itchyny/lightline.vim'