From f785a017b05f724d698d6a11d4bb559b1e9b912e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 23 Sep 2013 01:51:55 +0900 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad6cc39..107474d 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Then `:PlugInstall` to install plugins. By default, plugins are installed in `plugged` directory under the first path in runtimepath at the point when `plug#begin()` is called. This is usually -`~/.vim/plugged` (or `$HOME/vimfiles` on Windows) given that you didn't touch -runtimepath before the call. You can explicitly set the location of the plugins -with `plug#begin(path)` call. +`~/.vim/plugged` (or `$HOME/vimfiles/plugged` on Windows) given that you didn't +touch runtimepath before the call. You can explicitly set the location of the +plugins with `plug#begin(path)` call. ### Commands