Skip to content

Commit aa24378

Browse files
committed
readme fixes
1 parent 4ae3fb8 commit aa24378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
* [When to use this library?](#when-to-use-this-library)
66
* [Maven installation](#maven-installation)
77
* [Java7 version](#java7-version)
8-
* [Draft 4 or Draft 6?](#draft-4-or-draft-6)
98
* [Quickstart](#quickstart)
9+
* [Draft 4 or Draft 6?](#draft-4-or-draft-6)
1010
* [Investigating failures](#investigating-failures)
1111
* [JSON report of the failures](#json-report-of-the-failures)
1212
* [Format validators](#format-validators)
1313
* [Example](#example)
1414
* [Resolution scopes](#resolution-scopes)
1515

1616

17-
This project is an implementation of the JSON Schema [Draft v4][draft-zyp-json-schema-04] and [Draft-6](https://tools.ietf.org/html/draft-wright-json-schema-01) specifications.
17+
This project is an implementation of the JSON Schema [Draft v4][draft-zyp-json-schema-04] and [Draft v6](https://tools.ietf.org/html/draft-wright-json-schema-01) specifications.
1818
It uses the [org.json API](http://stleary.github.io/JSON-java/) (created by Douglas Crockford) for representing JSON data.
1919

2020
# When to use this library?

0 commit comments

Comments
 (0)