diff --git a/README.md b/README.md index 1b7e847e..8ae6eb63 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ running. Learn how to setup and run a Redis [here](http://redis.io/topics/quickstart). With the Redis instance running, set its configuration variables: -```` +``` export REDIS_ADDR=192.0.2.31 export REDIS_PASSWORD=p4ssw0rd.here ```