From aa0a17f11dcbcfd55df91b42e10a44b9615706b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20B=C3=BCchner?= Date: Sat, 14 Sep 2024 19:13:16 +0200 Subject: [PATCH] x --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e94a78d..a9a9fce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -Example config for homeserver.yaml: - +# Example config for homeserver.yaml +``` - module: synapse_invite_checker.InviteChecker config: blacklist_whitelist_url: "https://example.com/invites.json" use_whitelist: true use_blacklist: true +```