Fix up JSDoc tool readme file

This commit is contained in:
David Rowe 2017-11-10 17:09:45 +13:00
parent de9eeff7d2
commit a482b7c371

View file

@ -5,9 +5,9 @@
* Install node.js
* Install jsdoc via npm. `npm install jsdoc -g`
To generate html documentation for the High Fidelity JavaScript API
To generate html documentation for the High Fidelity JavaScript API:
`cd scripts/jsdoc`
`jsdoc . -c config.json`
* `cd tools/jsdoc`
* `jsdoc . -c config.json`
The out folder should contain index.html
The out folder should contain index.html.