From 169930f4432744940666cf6056c7135630ed473b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 26 Dec 2023 21:20:55 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc96b6a..7af794a 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Additional configurations can be added under `config/redis/*.yml` and referenced Kredis passes the configuration to `Redis.new` to establish the connection. See the [Redis documentation](https://github.com/redis/redis-rb) for other configuration options. -If you don't have config/redis/shared.yml (or use another named configuration), Kredis will default to look in env for `REDIS_URL`, then fallback to a default URL of `redis://127.0.0.1:6379/0`. +If you don't have `config/redis/shared.yml` (or use another named configuration), Kredis will default to look in env for `REDIS_URL`, then fallback to a default URL of `redis://127.0.0.1:6379/0`. ### Redis support