✏️ Fix typo in Readme
Some checks failed
Python formatting PEP8 / Python-PEP8 (push) Waiting to run
ci / docker (push) Has been cancelled

This commit is contained in:
Finn Christiansen 2024-09-21 12:48:32 +02:00
parent e4893a22c2
commit 45696f9d7d

View file

@ -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: Use container image or run this after cloning:
``` ```
. bin/active . bin/activate
python -m matrix_bot_invitation_mailer python -m matrix_bot_invitation_mailer
``` ```