From a2466a3f0d1bc9b8d50f4604b287de331c84abaa Mon Sep 17 00:00:00 2001 From: Liao Xin <93535922+liewstar@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:22:17 +0800 Subject: [PATCH] feat: update README.md (#6) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf7cdf0..dc738de 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # kafka-casbin ![License](https://img.shields.io/github/license/jcasbin/kafka-casbin) +[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/kafka-casbin.svg)](https://central.sonatype.com/artifact/org.casbin/kafka-casbin) [Kafka](https://kafka.apache.org) authorization plugin based on Casbin. ## Installation -``` -git clone https://github.com/jcasbin/kafka-casbin.git +``` xml + + org.casbin + kafka-casbin + 1.0.0 + ``` ## Simple Example