Skip to content

Commit

Permalink
docs(readme): sentence restructuring (#35)
Browse files Browse the repository at this point in the history
increases readability
  • Loading branch information
Fdawgs authored Feb 12, 2021
1 parent 52efdb9 commit 8a64dab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ console.log(config)
// output: { PORT: 3000 }
```

**NB:** internally this plugin force to not have additional properties,
so the `additionalProperties` flag is forced to be `false`
**NB:** support for additional properties in the schema is disabled for this plugin, with the `additionalProperties` flag set to `false` internally.

### Custom keywords
This library supports the following Ajv custom keywords:
Expand Down

0 comments on commit 8a64dab

Please sign in to comment.