From e195594f9312a092473295184c52616038cfb54e Mon Sep 17 00:00:00 2001 From: ygsk10 <60314251+ygsk10@users.noreply.github.com> Date: Mon, 11 May 2020 07:27:19 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e1bb94..205274d 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ For instance, adding `*/20 7-23 * * * curl https://.heroku Since the instance is destroyed and rebuilt after inactivity, config settings will be reset once the app enters downtime. If you have configuration settings active that you'd like to keep between periods of downtime (like dark mode for example), you could instead add `*/20 7-23 * * * curl -d "dark=1" -X POST https://.herokuapp.com/config > /home//whoogle-refresh` to keep these settings more or less permanent, and still keep the app from entering downtime when you're using it. -Available values are `near`, `nojs`, `dark` and `url` +Available config values are `near`, `nojs`, `dark` and `url` ## FAQ **What's the difference between this and [Searx](https://github.com/asciimoo/searx)?**