Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Lars Trieloff <lars@trieloff.net>
  • Loading branch information
Claymore1337 and trieloff authored Jul 30, 2019
1 parent 95b2c97 commit 61abcf1
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 @@ -45,7 +45,7 @@ $ jsonschema2md -d examples/schemas -o examples/docs -v 06
```

## Display custom attributes in the property description
`jsonschema2md` display only the attributes of an propety which are defined by JSON Schema. If you want to display costum attributes in the property description you could provide a comma separated list with your custom attributes.
`jsonschema2md` displays only the attributes of an property which are defined by the JSON Schema standard. If you want to display additional attributes in the property description you could provide a comma separated list with your custom attributes.

```bash
$ jsonschema2md -d examples/schemas -o examples/docs -p version,test
Expand Down

0 comments on commit 61abcf1

Please sign in to comment.