summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-17 07:25:34 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-06-17 07:25:34 +0900
commit8540843ced0c664baece2446fbe2b32822ee87a9 (patch)
tree01d47c7f98098169ac09bcc970f6a0c0e86564cb
parentd7582497e5e637abc483b425b34212bf068ad413 (diff)
downloaddeoplete.nvim-8540843ced0c664baece2446fbe2b32822ee87a9.zip
Update the documentation
-rw-r--r--README.md2
-rw-r--r--doc/deoplete.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 558ee66..18e9380 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ You can enable Python3 interface with pip:
pip3 install neovim
If you want to read the Neovim-python/python3 interface install documentation,
-you should read `:help nvim-python` and the Wiki.
+you should read `:help provider-python` and the Wiki.
https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim
## Screenshots
diff --git a/doc/deoplete.txt b/doc/deoplete.txt
index 926efb6..b30dfa9 100644
--- a/doc/deoplete.txt
+++ b/doc/deoplete.txt
@@ -58,7 +58,7 @@ You can enable Python3 interface with pip: >
sudo pip3 install neovim
If you want to read for Neovim-python/python3 interface install documentation,
-you should read |nvim-python| and the Wiki.
+you should read |provider-python| and the Wiki.
https://github.com/zchee/deoplete-jedi/wiki/Setting-up-Python-for-Neovim
You can check the Python3 installation by nvim-python-doctor or |:CheckHealth|