Update usage and license in plug.vim

This commit is contained in:
Junegunn Choi 2015-03-24 00:00:12 +09:00
parent cf1f644aa8
commit e1b7f1ae85

View file

@ -3,8 +3,7 @@
"
" Download plug.vim and put it in ~/.vim/autoload
"
" mkdir -p ~/.vim/autoload
" curl -fLo ~/.vim/autoload/plug.vim \
" curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
" https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
"
" Edit your .vimrc
@ -37,7 +36,7 @@
" Visit https://github.com/junegunn/vim-plug for more information.
"
"
" Copyright (c) 2014 Junegunn Choi
" Copyright (c) 2015 Junegunn Choi
"
" MIT License
"