From 55b2f726885c99d703a4807525076db7a9aad7ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E6=A0=97=E9=9C=84?= Date: Tue, 20 Feb 2018 19:51:27 +0800 Subject: [PATCH] docs:fix path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5d977..81889b1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you use [Pathogen](https://github.com/tpope/vim-pathogen), do this: ```sh cd ~/.vim/bundle -git clone https://github.com/u0u0/vim-quick-cocos2d-x +git clone https://github.com/u0u0/vim-quick-community.git ``` > Note: plugin require Vim build with python support. @@ -28,5 +28,5 @@ git clone https://github.com/u0u0/vim-quick-cocos2d-x Add this to your vimrc: ``` -let g:cocos2dx_diction_location = '~/.vim/bundle/vim-quick-cocos2d-x/key-dict' +let g:cocos2dx_diction_location = '~/.vim/bundle/vim-quick-community/key-dict' ``` \ No newline at end of file