From 434b0df6c7ed500db7d6280587e15d33f2d21854 Mon Sep 17 00:00:00 2001 From: mco1969 <79527869+mco1969@users.noreply.github.com> Date: Sat, 27 Nov 2021 14:19:13 +0100 Subject: [PATCH] Update readme.md Correct what looks like a copy&paste error --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca540be..e9b5cc0 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ ## installing & running -`bvg-rest` expects a [Redis](https://redis.io/) server running on `127.0.0.1:6379` (default port), but you can set the `REDIS_URL` environment variable to change this. +`db-rest` expects a [Redis](https://redis.io/) server running on `127.0.0.1:6379` (default port), but you can set the `REDIS_URL` environment variable to change this. ### via Docker