From 45696f9d7df2ad0feb285e98a615773284f88146 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Sat, 21 Sep 2024 12:48:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ce889..7f87156 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The bot calls the Api and sends the invitation link via e-mail to a given receip Use container image or run this after cloning: ``` -. bin/active +. bin/activate python -m matrix_bot_invitation_mailer ```