Skip to content

Commit fea8b31

Browse files
committed
Updates README.md
1 parent 8ca9b2e commit fea8b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ $ pip install rejson-py
1616
## Usage example
1717

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

21-
rj = Client(host='localhost', port=6379)
21+
rj = ReJSONClient(host='localhost', port=6379)
2222

2323
# Set the key `obj` to some object
2424
obj = {

0 commit comments

Comments
 (0)