From 6ba91c980046fd61a56e38f814e6321242f50f4d Mon Sep 17 00:00:00 2001 From: Gavin Chen Date: Sun, 15 Nov 2020 16:20:56 -0500 Subject: [PATCH] change readme file --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a15158..3f8b1c4 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ Here are the dependencies. com.networknt json-schema-validator - 1.0.26 + 1.0.44 ``` - +For detail of json-schema-validator, please refer to: https://github.com/networknt/json-schema-validator + ## Prerequisite The library supports Java 11 and up. If you want to build from the source code, you need to install JDK 11 locally. To support multiple version of JDK, you can use [SDKMAN](https://www.networknt.com/tool/sdk/) @@ -70,7 +71,7 @@ Include the dependency in the project pom: com.mservicetech openapi-schema-validation - 1.0.1 + 1.0.2 ```