From 18c9ea26883a6cc98f6b5e2fd27d53926dee6ea0 Mon Sep 17 00:00:00 2001 From: Seednode Date: Sun, 5 Feb 2023 14:49:18 -0600 Subject: [PATCH] Removed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a843e..f09697a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ This will slightly increase the delay before the application begins responding t If any `include=`/`exclude=` filters are specified in a given request, the cache will be bypassed for that specific request. -The cache can be regenerated at any time by accessing the `/_/clear_cache` endpoint.f +The cache can be regenerated at any time by accessing the `/_/clear_cache` endpoint. If `--cache-file` is set, the cache will be loaded from the specified file on start, and written to the file whenever it is re-generated.