summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Klimenko <[email protected]>2020-05-08 20:26:32 +0300
committerPetr Klimenko <[email protected]>2020-05-08 20:26:32 +0300
commitc875ad307353b23cb2cf9de3ef315ca94c758337 (patch)
tree427e9480810a28907bdc6f4451564075b12a93c5
parentb5f4a43775e9923b22b74d60b104cf53e0217767 (diff)
fix path to the node executable
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5dd14ad9..c9a09815 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ let g:python3_host_prog = expand("<path to python with pynvim installed>")
let g:python3_host_prog = expand("~/.miniconda/envs/neovim/bin/python3.8") " <- example
let g:node_host_prog = expand("<path to node with neovim installed>")
-let g:node_host_prog = expand("~/.nvm/versions/node/v12.16.1/bin/node") " <- example
+let g:node_host_prog = expand("~/.nvm/versions/node/v12.16.1/bin/neovim-node-host") " <- example
```
## List of programs you should install