diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27,8 +27,9 @@ way. ## Generating documentation -This project uses JS Doc to generate documentation. Generate everything -with `npm run doc`. +This project uses JSDoc to generate documentation. Generate everything +with `npm run document`. The documentation will be generated in the +`doc` directory. ## Building and pushing the image |