From ad97374addbea375ba6744608a64f447481e8f98 Mon Sep 17 00:00:00 2001 From: Alexander Dergachev Date: Fri, 29 Jan 2016 09:08:53 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 535d586..dd7d94f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ jesse (JSON Schema Erlang) is an implementation of a JSON Schema validator for Erlang. -jesse implements [Draft 03] (http://tools.ietf.org/html/draft-zyp-json-schema-03) of -the specification. It supports almost all core schema definitions except: +jesse implements [Draft 03] (http://tools.ietf.org/html/draft-zyp-json-schema-03) and [Draft 04] (http://tools.ietf.org/html/draft-zyp-json-schema-04) of +the specification. It supports all core schema definitions except: * format -* $ref ## Quick start - CLI