From 2f81e540e23d58e4661d3820b3587a891188e6b3 Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 19 Jan 2023 20:57:18 -0600 Subject: [PATCH] Corrected small typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1094c52..45a6723 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 any time by accessing the `/clear_cache` endpoint. +The cache can be regenerated at any time by accessing the `/clear_cache` endpoint. ## Debug @@ -102,4 +102,4 @@ Flags: -v, --verbose log accessed files to stdout Use "roulette [command] --help" for more information about a command. -``` \ No newline at end of file +```