From 0efef294c1c48fb3d5b04ed425d679e9a6bcbda2 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 14 Dec 2023 15:27:00 +0200 Subject: [PATCH] Update the README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31e6ab8..e21ac07 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ It creates and sends a notification to the server. ``` - Exit: - - Enter the empty `title` and the empty`message`. + - Enter the empty `title` and the empty `message`. - `Ctlr + C` (`C-c`). - Notify once using text: @@ -82,10 +82,10 @@ 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_greeting --file README.md + python -m notification_producer.main notify file --title file_notification --file README.md # or - python3 -m notification_producer.main notify file --file README.md - python3 -m notification_producer.main notify file --title file_greeting --file README.md + python3 -m notification_producer.main notify file README.md + python3 -m notification_producer.main notify file --title file_notification README.md ``` # Author