From 54f2ff72e5db73db646131916303971abcbb9e7f Mon Sep 17 00:00:00 2001 From: Filip Kolarik Date: Sun, 7 Aug 2022 23:00:15 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f995d2e..15d2adf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ An implementation of the [Decentralized Identifiers (DIDs) v1.0](https://www.w3. com.apicatalog carbon-did - 0.0.1 + 0.0.2 ``` @@ -32,10 +32,24 @@ or com.apicatalog carbon-did-jre8 - 0.0.1 + 0.0.2 ``` +#### JSON-P Provider + +Add JSON-P provider, if it is not on the classpath already. + + +```xml + + org.glassfish + jakarta.json + 2.0.1 + +``` + + ## Documentation [![javadoc](https://javadoc.io/badge2/com.apicatalog/carbon-decentralized-identifiers/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/carbon-decentralized-identifiers)