From cede6f812de3f5dfdad9f385aab3af003af91e16 Mon Sep 17 00:00:00 2001 From: desimaniac Date: Wed, 30 May 2018 14:49:15 -0500 Subject: [PATCH] Readme: Priority tweak. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6c8d0..269ba27 100644 --- a/README.md +++ b/README.md @@ -584,7 +584,7 @@ Currently, only Pushover and Slack are supported. More will be added later. `app_token` and `user_token` - retrieve from Pushover.net. -You can specify a priority for the messages send via Pushover using the priority key. It can be any Pushover priority value (https://pushover.net/api#priority). +You can specify a priority for the messages send via Pushover using the `priority` key. It can be any Pushover priority value (https://pushover.net/api#priority). _Note: The key name (i.e the name right under notifications) can be anything, but the `"service":` must be exactly `"pushover"`._