From a3960aa1db98f5fd3a9d0bf25474315ed36063fc Mon Sep 17 00:00:00 2001 From: Mustafa Date: Mon, 2 Jan 2023 18:52:31 -0600 Subject: [PATCH] docs: use proper CLI name in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aa3a62..177337d 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ def your_function(): A CLI is available when you install notify-py ```bash -notify-py --title --message --applicationName --iconPath --soundPath +notifypy --title --message --applicationName --iconPath --soundPath ``` You may need to add ``python3 -m`` to the beginning. @@ -149,6 +149,7 @@ You may need to add ``python3 -m`` to the beginning. - [dynobo](https://github.com/dynobo) - [Xou](https://github.com/GiorgosXou) + --- ### Inspiration and Special Thanks