Update README.md

This commit is contained in:
Rian Quinn 2016-11-27 13:54:36 -07:00 committed by GitHub
parent 22bf9f2278
commit 0d85a3c167

View File

@ -4,7 +4,7 @@
Valijson is a header-only [JSON Schema](http://json-schema.org/) Validation library for C++11.
Valijson provides a simple validation API that allows you load JSON Schemas, and validate documents loaded by one of several supported parser libraries.
Valijson provides a simple validation API that allows you to load JSON Schemas, and validate documents loaded by one of several supported parser libraries.
## Project Goals ##