Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dengliming committed Apr 19, 2022
1 parent 84c20e5 commit bb32927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Include all
<dependency>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>all</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>
```
Include single module like:
Expand All @@ -37,7 +37,7 @@ Include single module like:
<dependency>
<groupId>io.github.dengliming.redismodule</groupId>
<artifactId>redistimeseries</artifactId>
<version>1.0.5</version>
<version>2.0.0</version>
</dependency>
```

Expand Down

0 comments on commit bb32927

Please sign in to comment.