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