Skip to content

Commit

Permalink
Improve and fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
madarche committed Mar 20, 2018
1 parent 0292007 commit bc939e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Convict expands on the standard pattern of configuring node.js applications in a
* **Comments allowed**: schema and configuration files can be either in the
JSON format or in the newer [JSON5](https://www.npmjs.com/package/json5)
format, so comments are welcome
* **Configuration file additional types support**: Custom file type support can
* **Configuration file additional types support**: custom file type support can
be used for the configuration file


Expand Down Expand Up @@ -318,7 +318,7 @@ Adds new parsers for custom file extensions

Adds a new custom format.

### config.addFormats(format1, format2, ...)
### config.addFormats(formatArray)

Adds new custom formats.

Expand Down

0 comments on commit bc939e1

Please sign in to comment.