summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClaes <letharion@gmail.com>2017-12-05 23:10:42 +0100
committerGitHub <noreply@github.com>2017-12-05 23:10:42 +0100
commit17bc40583b24c2df7df798af2b205675acee247d (patch)
tree4db4f559997508c3b499167f3f8eb8da7222ebf0 /README.md
parentba4d03e937309bab540c8d091a0fdd7042ea8b16 (diff)
downloaddeoplete.nvim-17bc40583b24c2df7df798af2b205675acee247d.zip
Update README.md
I propose a minor change to the wording of the python 3 requirement. I interpreted "you're done", as being done with the whole requirements section, and thus I stopped reading the section at this point. This meant I never installed nvim-yarp or vim-hug-neovim-rpc, which in turn lead me to open an issue (https://github.com/Shougo/deoplete.nvim/issues/577).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 434e845..fcab7d3 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ endif
## Requirements
deoplete requires Neovim or Vim8 with if\_python3.
-If `:echo has("python3")` returns `1`, then you're done; otherwise, see below.
+If `:echo has("python3")` returns `1`, then you have python 3 support; otherwise, see below.
You can enable Python3 interface with pip: