From 5fa1499bbbdb886659cc67cd5a6e518ddd29e78f Mon Sep 17 00:00:00 2001 From: Jim Blackler Date: Fri, 24 Sep 2021 23:26:42 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efb386c9..134733c0 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ easier to validate documents before serialization. The parser takes documents and schemas as a tree of objects, typed as follows: -[JSON value]() | Java class +[JSON value][] | Java class -------------- | ------------------------------- object | `java.util.Map` array | `java.util.List` @@ -403,5 +403,6 @@ public class Main { } } } +``` [JSON value]: https://tools.ietf.org/html/rfc7159#section-3