summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cc544b69..afb15dbb 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ I assume you can figure it out based on the requirements smart guy
#### pythonpath
-Open `modules/pythonpath.vim` and point it to a version of python that has neovim installed
+Create `modules/pythonpath.vim` and point it to a version of python that has neovim installed
example:
@@ -48,7 +48,7 @@ let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8")
#### nodepath for Coc
-Open `modules/nodepath.vim` and point it to a version of python that has neovim installed
+Create `modules/nodepath.vim` and point it to a version of python that has neovim installed
example: