From 405ebb5c3b5b084620d62c4406f2c1552891eb68 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Fri, 20 Dec 2013 11:09:47 -0800 Subject: [PATCH] fix typo; clarify Node.js instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c4fb086..0c4f1a92 100644 --- a/README.md +++ b/README.md @@ -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