From 295a7b95a17bfb669ec765b8158cc7e9dacc7f21 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 29 Dec 2023 14:59:11 +0100 Subject: [PATCH] Remove erroneous note regarding passwords in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5d7b11..dd1d5c5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ```toml instance = "https://lemmy.example.org" username = "BotUserName" -password = "BotPassword" # Note: Passwords containing special characters might need to be escaped using '\\' +password = "BotPassword" status_post_url = "PostUrlForStatusMonitoring" config_reload_seconds = 10800