From d01bbe48b7bdc682eeae61ceb1d1367e84af31cf Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:45:09 -0400 Subject: [PATCH] Updated Notify_windows (markdown) --- Notify_windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_windows.md b/Notify_windows.md index 325cc0e..149a41f 100644 --- a/Notify_windows.md +++ b/Notify_windows.md @@ -23,5 +23,6 @@ There are no parameters at this time. Assuming we're on a Windows computer, we can send a Windows Notification to ourselves: ```bash # Send ourselves a windows notification -apprise windows:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + windows:// ``` \ No newline at end of file