diff --git a/Notify_pushjet.md b/Notify_pushjet.md index d2edf15..e42175b 100644 --- a/Notify_pushjet.md +++ b/Notify_pushjet.md @@ -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 ``` \ No newline at end of file