From b491376f1bf2fa7f499028489287d5a99def93de Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Thu, 2 Oct 2025 09:17:31 +0200 Subject: [PATCH] trigger again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63ad65..6a8c8e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The library is available at maven central: In order to evaluate DCQL-Queries, a list of [VerifiableCredentials](https://en.wikipedia.org/wiki/Verifiable_credentials) has to be provided. The library itself uses a minimum of dependencies, therefor parsing of credentials and queries needs to be done by the caller. A possible option is [Jackson](https://github.com/FasterXML/jackson). In order to properly deserialize a query, the [ObjectMapper](https://www.baeldung.com/jackson-object-mapper-tutorial) -needs to be configured as following: +needs to be configured as following: ```java ObjectMapper objectMapper = new ObjectMapper();