diff --git a/README.rst b/README.rst index 085dbbd..c06f702 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Usage example from rejson import Client, Path - rj = Client(host='localhost', port=6379) + rj = Client(host='localhost', port=6379, decode_responses=True) # Set the key `obj` to some object obj = {