From a2e4664fc4adb401dfda52598eb5255b66db1c97 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 14 Dec 2023 15:54:33 +0200 Subject: [PATCH] Update the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e21ac07..44211b8 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ It creates and sends a notification to the server. - Notify once using a file content: ``` - python -m notification_producer.main notify file --file README.md - python -m notification_producer.main notify file --title file_notification --file README.md + python -m notification_producer.main notify file README.md + python -m notification_producer.main notify file --title file_notification README.md # or python3 -m notification_producer.main notify file README.md python3 -m notification_producer.main notify file --title file_notification README.md