From 3cffb2acefae990501b866895afd59db6f2bb190 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 20 Dec 2022 19:39:07 +0100 Subject: [PATCH] docs: added change detection to the readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6992b66..dc6721b 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,11 @@ return { notify = true, -- get a notification when new updates are found frequency = 3600, -- check for updates every hour }, + change_detection = { + -- automatically check for config file changes and reload the ui + enabled = true, + notify = true, -- get a notification when changes are found + }, performance = { cache = { enabled = true,