We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0c5d9 commit 55ad82bCopy full SHA for 55ad82b
API.md
@@ -11,13 +11,13 @@ JSON.
11
## Installation
12
13
```bash
14
-$ pip install rejson-py
+$ pip install rejson
15
```
16
17
## Usage example
18
19
```python
20
-from rejson import ReJSONClient, Path
+from rejson import Client, Path
21
22
rj = Client(host='localhost', port=6379)
23
rejson/__init__.py
@@ -9,13 +9,13 @@
9
10
@@ -114,4 +114,4 @@ def decode(self, obj):
114
"""
115
116
from .client import Client
117
-from .path import Path
+from .path import Path
0 commit comments