From 90bfa877b93eda1b6d5e39099e079a4cbd8d3eba Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 19 Jul 2020 15:01:51 -0400 Subject: [PATCH] Updated Notify_windows (markdown) --- Notify_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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