From ef10253ca68eccadf698d27374349be6bbe40eb7 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 19 Nov 2020 15:47:54 -0500 Subject: [PATCH] fix formatting in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46628bc..188757c 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Very simple reusable redis-backed rate limiting code. Designed for OpenStates.o `rrl` is entirely configured by environment variables: -**RRL_REDIS_HOST** - hostname of Redis instance (default: *localhost*) -**RRL_REDIS_PORT** - port of Redis instance (default: *6379*) -**RRL_REDIS_DB** - database ID to use for RRL (default: *0*) +* **RRL_REDIS_HOST** - hostname of Redis instance (default: *localhost*) +* **RRL_REDIS_PORT** - port of Redis instance (default: *6379*) +* **RRL_REDIS_DB** - database ID to use for RRL (default: *0*) ## Usage