Skip to content

Commit

Permalink
chore: fix typo in README.md (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-developer01 authored Dec 7, 2023
1 parent 4213022 commit 8c6d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ yarn

3. Within the better-docs folder run the gulp script. It will regenerate documentation every time you change something.

It supports following EVN variables:
It supports following ENV variables:

* `DOCS_COMMAND` - a command in your root repo which you use to generate documentation: i.e. `DOCS_COMMAND='jsdoc -c jsdoc.json'` or `npm run docs` if you have `docs` command defined in `package.json` file
* `DOCS_OUTPUT` - where your documentation is generated. It should point to the same folder your jsdoc `--destination` conf. But make sure that it is relative to the path where you cloned `better-docs`.
Expand Down

0 comments on commit 8c6d21c

Please sign in to comment.