From adcebb57de0e5f482759ab28d682c1cde6242b9d Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Sun, 10 Sep 2023 09:36:44 +0530 Subject: [PATCH] fixed the issue --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 8f2ee2e..54d4355 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -109,7 +109,7 @@ colorscheme = "catppuccin-mocha" -- the colorscheme name which should be used fo theme = "simple" -- the theme name which should be used for the website -- ### Caching ### -redis_connection_url = "redis://redis:6379" -- redis connection url address on which the client should connect on. +redis_url = "redis://redis:6379" -- redis connection url address on which the client should connect on. -- ### Search Engines ### upstream_search_engines = { DuckDuckGo = true, Searx = false } -- select the upstream search engines from which the results should be fetched.