瀏覽代碼

Update README

Junegunn Choi 12 年之前
父節點
當前提交
f785a017b0
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.md

+ 3 - 3
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