From 296ad19dd459f4622edc4a19d62136447018d8da Mon Sep 17 00:00:00 2001 From: Stefan Wiedemann Date: Thu, 2 Oct 2025 07:40:14 +0200 Subject: [PATCH] update readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b865054..6a8c8e8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,20 @@ # DCQL-Java +[![License badge](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +[![Maven Central](https://img.shields.io/maven-central/v/io.github.wistefan/dcql-java.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.wistefan/dcql-java) + A Java implementation of the [Digital Credentials Query Language(DCQL)](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-digital-credentials-query-l). ## Maven -The library is avaliable at maven central: +The library is available at maven central: + +```xml + + io.github.wistefan + dcql-java + +``` ## Example usage