From 94c1865c7fb05bfe1f01ff4994ae6bf3f0061221 Mon Sep 17 00:00:00 2001 From: Hlynur Sigurthorsson Date: Sat, 27 May 2017 00:15:38 +0000 Subject: [PATCH] Minor readme updates --- plugins/node-modules-path/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/node-modules-path/README.md b/plugins/node-modules-path/README.md index 43d6adcde..3a3cf2547 100644 --- a/plugins/node-modules-path/README.md +++ b/plugins/node-modules-path/README.md @@ -8,7 +8,7 @@ deepest one), we automatically add its .bin folder to PATH (node_modules/.bin). We try to keep project dependencies as isolated as possible and we avoid installing them globally to our machines. One such dependency is -[Flow](https://flow.org/). Editors with Flow extensions search for the `flow` +[Flow](https://flow.org/). Text editors with Flow extensions search for the `flow` binary on path. Thus, before opening our editor, we must first remember to add the project's node_module/.bin folder to path.