fix typo; clarify Node.js instructions

This commit is contained in:
Jeff Williams 2013-12-20 11:09:47 -08:00
parent 8385061537
commit 405ebb5c3b

View File

@ -35,9 +35,9 @@ If you installed JSDoc locally, the JSDoc command-line tool is available in
`./node_modules/.bin`. To generate documentation for the file
`yourJavaScriptFile.js`:
./node_modules/bin/jsdoc yourJavaScriptFile.js
./node_modules/.bin/jsdoc yourJavaScriptFile.js
Or if you installed JSDoc globally:
Or if you installed JSDoc globally, simply run the `jsdoc` command:
jsdoc yourJavaScriptFile.js