Updated Notify_simplepush (markdown)

Chris Caron
2020-08-03 09:57:30 -04:00
parent 509f99a99c
commit c6ac7852de

@ -26,5 +26,6 @@ Send a SimplePush notification:
```bash
# Assume:
# - our {apikey} is ABC123
apprise spush://ABC123
apprise -vv -t "Test Message Title" -b "Test Message Body" \
spush://ABC123
```