Update the README.

This commit is contained in:
2023-12-14 15:54:33 +02:00
parent 51e84af4b9
commit a2e4664fc4
+2 -2
View File
@@ -81,8 +81,8 @@ It creates and sends a notification to the server.
- Notify once using a file content: - Notify once using a file content:
``` ```
python -m notification_producer.main notify file --file README.md python -m notification_producer.main notify file README.md
python -m notification_producer.main notify file --title file_notification --file README.md python -m notification_producer.main notify file --title file_notification README.md
# or # or
python3 -m notification_producer.main notify file README.md python3 -m notification_producer.main notify file README.md
python3 -m notification_producer.main notify file --title file_notification README.md python3 -m notification_producer.main notify file --title file_notification README.md