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