Skip to content

Commit

Permalink
no, npm install in the module's directory for npm test to discover
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithgol committed Sep 12, 2013
1 parent babe681 commit 379f8a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ If an error is encountered, the parser throws `new Error('…')` with one of t

It is necessary to install [Mocha](http://visionmedia.github.io/mocha/) and [JSHint](http://jshint.com/) for testing.

* You may install Mocha globally (`npm install mocha -g`) or locally (`npm install mocha` in the directory of the FGHI URL module or any of its parent directories).
* You may install Mocha globally (`npm install mocha -g`) or locally (`npm install mocha` in the directory of the FGHI URL module).

* You may install JSHint globally (`npm install jshint -g`) or locally (`npm install jshint` in the directory of the FGHI URL module or any of its parent directories).
* You may install JSHint globally (`npm install jshint -g`) or locally (`npm install jshint` in the directory of the FGHI URL module).

After that you may run `npm test` (in the directory of the FGHI URL module) for testing.

Expand Down

0 comments on commit 379f8a1

Please sign in to comment.