diff --git a/Notify_windows.md b/Notify_windows.md index 42912e3..325cc0e 100644 --- a/Notify_windows.md +++ b/Notify_windows.md @@ -9,7 +9,7 @@ Display notifications right inside of your windows application. This only works You may have to install a dependency on your windows system to get this to work. Simply run: ```bash # windows:// minimum requirements -pip install pypiwin32 +pip install pywin32 ``` ### Syntax