Updated Notify_windows (markdown)

Chris Caron 2020-08-03 09:45:09 -04:00
parent 9a0cfa39e9
commit d01bbe48b7

@ -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: Assuming we're on a Windows computer, we can send a Windows Notification to ourselves:
```bash ```bash
# Send ourselves a windows notification # Send ourselves a windows notification
apprise windows:// apprise -vv -t "Test Message Title" -b "Test Message Body" \
windows://
``` ```