From 7e92d8f0b299dea67ba07342149a8b0f59cfa6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 5 Oct 2021 17:32:06 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3411231..6844c51 100644 --- a/README.md +++ b/README.md @@ -78,5 +78,5 @@ This change will also affect you, if you use a reverse proxy, like Traefik or Ha ### From =< 4.0.0 to 5.0.0 -Memchached config changed. If you use the old env vars `MEMCACHED_HOST` & `MEMCACHED_PORT` addapt to `MEMCACHE_SERVERS`. +Memchached config changed. If you use the old env vars `MEMCACHED_HOST` & `MEMCACHED_PORT` adapt to `MEMCACHE_SERVERS`. Redis is a dependency for the Websocket server now.