Skip to content

Commit

Permalink
Merge pull request #4 from NothingEverHappens/patch-1
Browse files Browse the repository at this point in the history
Update README.md: check-types -> type-check
  • Loading branch information
mikestopcontinues committed Aug 25, 2020
2 parents 1750c7d + 8658529 commit a722d44
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 @@ -7,7 +7,7 @@ A [Metalsmith](https://github.com/segmentio/metalsmith) plugin that allows you t
- works on files matching pattern
- can specify default for when key unspecified
- can test for existence or for lack thereof
- can validate against type or array of types using [check-types](https://github.com/philbooth/check-types.js)
- can validate against type or array of types using [type-check](https://github.com/gkz/type-check)
- can match against pattern as RegExp, string, or callback(value) returning boolean

## Installation
Expand Down

0 comments on commit a722d44

Please sign in to comment.