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