diff --git a/README.md b/README.md index 9e924b7c..de5c85fe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Download a copy of JSDoc 3 from the official Git Hub repository here: To test that jsdoc is working, change your working directory to the jsdoc folder and run the following command: - java -classpath js.jar org.mozilla.javascript.tools.shell.Main jsdoc.js -T + java -cp lib/js.jar org.mozilla.javascript.tools.shell.Main jsdoc.js -T If you are operating on a Mac OSX or *nix platform, you can shorten that command to this: