Skip to content

Commit

Permalink
Fix typo in README.md (redis-rs#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyxning authored Nov 26, 2022
1 parent 953e0c9 commit 414e28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn set_json_bool<P: ToRedisArgs>(key: P, path: P, b: bool) -> RedisResult<bool>
## Development

To test `redis` you're going to need to be able to test with the Redis Modules, to do this
you must set the following envornment variables before running the test script
you must set the following environment variables before running the test script

- `REDIS_RS_REDIS_JSON_PATH` = The absolute path to the RedisJSON module (Usually called `librejson.so`).

Expand Down

0 comments on commit 414e28a

Please sign in to comment.