Skip to content

Commit

Permalink
fixed error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-p-r committed Apr 28, 2017
1 parent e192f23 commit 6d8349d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
[![devDependency Status](https://img.shields.io/david/dev/simon-p-r/yajsv.svg?maxAge=1000)](https://david-dm.org/simon-p-r/yajsv)
[![Coveralls](https://img.shields.io/coveralls/simon-p-r/yajsv.svg?maxAge=1000)](https://coveralls.io/github/simon-p-r/yajsv)

Hapi plugin for [json-schema-models](https://github.com/simon-p-r/json-schema-models)


Unstable changing api, originally a validation library hence the name but now a module that pre-processes schemas into json-schemas. Module now only works with node version 4 or greater due to use of ES6 features. This module constructs an abstraction from json-schema to allow for more composable schemas from smaller subschemas.

Unstable changing api, wrapper interface to z-schema

### Example usage

Expand Down

0 comments on commit 6d8349d

Please sign in to comment.