Skip to content

Commit bdc9210

Browse files
authored
Update README.md
1 parent 3bfe2e2 commit bdc9210

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ A Java Client Library for [RedisJSON](https://github.com/RedisJSON/RedisJSON)
1313

1414
## Overview
1515

16-
This client provides access to ReJSON's Redis API, and provides back-and-forth serialization between Java's and its objects.
16+
This client provides access to RedisJSON's Redis API, and provides back-and-forth serialization between Java's and its objects.
1717

18-
This project is currently WIP and the interface may change. Also note that only the core ReJSON commands are supported at the moment.
18+
This project is currently WIP and the interface may change. Also note that only the core RedisJSON commands are supported at the moment.
1919

2020

2121

@@ -56,8 +56,8 @@ and
5656

5757

5858
## Build
59-
1. Clone it: `git clone git@github.com:RedisLabs/JReJSON.git`
60-
2. `cd JReJSON`
59+
1. Clone it: `git clone git@github.com:RedisJSON/JRedisJSON.git`
60+
2. `cd JRedisJSON`
6161
3. `mvn clean install -Dmaven.test.skip=true`
6262

6363
## Usage example

0 commit comments

Comments
 (0)