Skip to content

Commit 9c0c5d9

Browse files
authored
Merge pull request #2 from hootnot/fixes
fix pip install / client name
2 parents 3bcc9a0 + 7a079e2 commit 9c0c5d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ JSON.
1010
## Installation
1111

1212
```bash
13-
$ pip install rejson-py
13+
$ pip install rejson
1414
```
1515

1616
## Usage example
1717

1818
```python
19-
from rejson import ReJSONClient, Path
19+
from rejson import Client, Path
2020

2121
rj = Client(host='localhost', port=6379)
2222

@@ -129,4 +129,4 @@ For complete documentation about ReJSON's commands, refer to
129129

130130
## License
131131

132-
[BSD 2-Clause](LICENSE)
132+
[BSD 2-Clause](LICENSE)

0 commit comments

Comments
 (0)