From dfad0431f0475b745cff7d2a4551b3619039edd9 Mon Sep 17 00:00:00 2001 From: Nikolay Frantsev Date: Wed, 9 Dec 2015 16:59:10 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7165a4..58004d9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Add `!` to suppress opening error list (number of lint errors still will be show Set global JSHint command path (mostly for Windows): ```vim -let jshint2_command = '~/path/to/node_mobules/.bin/jshint' +let jshint2_command = '~/path/to/node_modules/.bin/jshint' ``` Lint JavaScript files after reading it: