From cb07a9cfebe08ed4668e413ccf405d0a34497232 Mon Sep 17 00:00:00 2001 From: Jonathan Senecal Date: Fri, 21 Sep 2018 10:58:36 -0400 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 770174b..f4b183a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ If you are interested, [check out](https://hub.docker.com/r/crazymax/) my other * `DB_NAME` : MySQL database name (default `librenms`) * `DB_USER` : MySQL user (default `librenms`) * `DB_PASSWORD` : MySQL password (default `librenms`) -* `DB_TIMEOUT` : Time in seconds after which we stop trying to reach the MySQL server (userful for clusters, default `30`) +* `DB_TIMEOUT` : Time in seconds after which we stop trying to reach the MySQL server (useful for clusters, default `30`) * `MEMCACHED_HOST` : Hostname / IP address of a Memcached server * `MEMCACHED_PORT` : Port of the Memcached server * `RRDCACHED_HOST` : Hostname / IP address of a RRDcached server