Skip to content

Commit 588b487

Browse files
authored
docs: update README.md (#14)
1 parent 41dba86 commit 588b487

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Redis WatcherEx
2+
====
3+
4+
[![build](https://github.com/jcasbin/redis-watcher-ex/actions/workflows/ci.yml/badge.svg)](https://github.com/jcasbin/redis-waycher-ex/actions/workflows/ci.yml)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.casbin/jcasbin-redis-watcher-ex.svg)](https://central.sonatype.com/artifact/org.casbin/jcasbin-redis-watcher-ex)
6+
27
---
8+
## Installation
9+
For Maven:
10+
```xml
11+
<dependency>
12+
<groupId>org.casbin</groupId>
13+
<artifactId>jcasbin-redis-watcher-ex</artifactId>
14+
<version>1.1.0</version>
15+
</dependency>
16+
```
317
## Simple Example
418

519
```java

0 commit comments

Comments
 (0)