Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
trieloff committed Dec 7, 2018
1 parent 744452b commit 95ba741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -28,7 +28,8 @@ $ cd jsonschema2md && npm install
$ node cli.js

# run task
$ node cli.js -d examples/schemas -o examples/docs
# leave out the -v '06', when you have draft-07 schemas
$ node cli.js -d examples/schemas -o examples/docs -v '06'
# generated output for whole folder is written to ./examples/docs
```
## JSON Schema Draft Versions
Expand Down

0 comments on commit 95ba741

Please sign in to comment.