From a29d931abbad315eef4548e79fd5613c098adca3 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Tue, 18 Jul 2023 22:34:45 -0400 Subject: [PATCH] Add Matrix room to README Signed-off-by: Skylar "The Cobra" Widulski --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 026eaa9..c3c75cc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Suds is a privacy-respecting frontend to Snopes.com # Instances See instances.json +# Support +Join our [Matrix room](https://mto.vern.cc/#/#cobra-frontends:vern.cc) for support and other things related to Suds + # Run your own instance ## Dependencies This program depends on `bs4`, `requests`, and `flask`. Install them by running `pip3 install bs4 requests flask`.