update docs

This commit is contained in:
Malte Brodersen 2017-10-10 16:50:04 +02:00
parent 34b09fdd69
commit 0b3a8ba140
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ You can use [`codo`](https://github.com/coffeedoc/codo) to build your own docume
After you make a change to language or beautifier `options` you will need to update the `options.json` file that is created on install. After you make a change to language or beautifier `options` you will need to update the `options.json` file that is created on install.
```bash ```bash
# Update src/options.json file to have new/changed options
npm run postinstall
# Update documentation to include information about those options # Update documentation to include information about those options
npm run docs npm run docs
``` ```