From c92b9528849474437242fa9393ecc1ba88b1e642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20=F0=9F=A6=84?= <43847817+codiflow@users.noreply.github.com> Date: Sat, 18 Jul 2026 15:49:30 +0200 Subject: [PATCH] Fixed typo --- python_deltabot_cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_deltabot_cli/README.md b/python_deltabot_cli/README.md index c7715c5..e085403 100644 --- a/python_deltabot_cli/README.md +++ b/python_deltabot_cli/README.md @@ -52,5 +52,5 @@ python ./echobot.py serve To start in debugging mode and see all the detailed events: ```sh -python ./echobot.py --loggin=debug serve +python ./echobot.py --logging=debug serve ```