From 4bc4ad862cc5b822f44b95e12c66cc4a73e73a64 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 10:00:35 -0400 Subject: [PATCH] Updated Notify_pushjet (markdown) --- Notify_pushjet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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