fix formatting in README

This commit is contained in:
James Turk 2020-11-19 15:47:54 -05:00 committed by GitHub
parent be7ff835cb
commit ef10253ca6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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