From 74c5faa71c942e1c7b76c8d981bc1b85530e7e4a Mon Sep 17 00:00:00 2001 From: Michael Mathews Date: Wed, 4 Apr 2012 07:44:27 +0100 Subject: [PATCH] Updated README to include cwd as module arg in the example. [hattip Kristian] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ef68ed..8e4f988a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To test that jsdoc is working, change your working directory to the jsdoc folder and run the following command: java -cp lib/js.jar org.mozilla.javascript.tools.shell.Main \ - -modules node_modules -modules rhino_modules \ + -modules node_modules -modules rhino_modules -modules . \ jsdoc.js -T If you are operating on a Mac OSX or *nix platform, you can shorten that command