From 5a378108150370e2947f328454d3d8a8fc9c28aa Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 8 Dec 2019 20:33:42 -0500 Subject: [PATCH] Updated Notify_pushsafer (markdown) --- Notify_pushsafer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notify_pushsafer.md b/Notify_pushsafer.md index b354282..2ad5f5e 100644 --- a/Notify_pushsafer.md +++ b/Notify_pushsafer.md @@ -4,7 +4,7 @@ * **Message Format**: Text * **Message Limit**: 32768 Characters per message -There isn't too much effort requires to use PushSafer notifications. The message is basically just passed to your online Pushover account and then gets relayed to your device(s) you've setup from there. +There isn't too much effort requires to use PushSafer notifications. The message is basically just passed to your online PushSafer account and then gets relayed to your device(s) you've setup from there. ### Getting Your Private Key Once you log into their official [website](https://www.pushsafer.com/), you can find the **{private_key}** on your [dashboard](https://www.pushsafer.com/dashboard/). @@ -43,5 +43,5 @@ Send a PushSafer notification with the Emergency Priority: # Emergency priority advises you to also specify the expire and # retry values. # Assuming our {user_key} is 435jdj3k78435jdj3k78435jdj3k78 -apprise pover://435jdj3k78435jdj3k78435jdj3k78?priority=emergency +apprise psafers://435jdj3k78435jdj3k78435jdj3k78?priority=emergency ``` \ No newline at end of file