Updated Notify_pushjet (markdown)

Chris Caron 2020-08-03 10:00:35 -04:00
parent f7eab66e20
commit 4bc4ad862c

@ -29,5 +29,6 @@ Send a Pushjet notification:
```bash
# Assuming our {secret_key} is abcdefghijklmnopqrstuvwxyzabc
# Assuming our {hostname} is localhost
notify pjet://abcdefghijklmnopqrstuvwxyzabc@localhost
apprise -vv -t "Test Message Title" -b "Test Message Body" \
pjet://abcdefghijklmnopqrstuvwxyzabc@localhost
```