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