From 80b5f75c212cd7f97ebe225ade0ae74d30cedc12 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 18 Sep 2013 17:04:00 +0900 Subject: [PATCH] init -> begin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d020aba..aab2e97 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ call plug#end() Then :PlugInstall to install plugins. (Default plugin directory: `~/.vim/plugged`) -You can change the location of the plugins with `plug#init(path)` call. +You can change the location of the plugins with `plug#begin(path)` call. ### Commands