diff --git a/README.md b/README.md index 15e2e36..9ec9567 100644 --- a/README.md +++ b/README.md @@ -304,11 +304,9 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or ### Notifications -* `message_length = 100` +* `message_sound = {sound}` - Maximum length of the notification message to be sent. The message will be nicely - truncated and ellipsized at or before this length is reached. A value of 0 (zero) will - disable this option. + If you're using the Pushover.net API, you can specify a specific sound for the notifications. * `message_uri = ""` @@ -316,6 +314,12 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or local scheme to access a mobile application. Keyword expansion is performed on this value. +* `message_length = 100` + + Maximum length of the notification message to be sent. The message will be nicely + truncated and ellipsized at or before this length is reached. A value of 0 (zero) will + disable this option. + When using the custom URL service, this options allows you to specify the URL to send a GET request to, and has keyword expansion performed on portions of it, including the path and any query parameter values. @@ -330,10 +334,6 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or Message content that will be sent for the push notification. Keyword expansion is performed on this value. -* `message_sound = {sound}` - - If you're using the Pushover.net API, you can specify a specific sound for the notifications. - ### Advanced * `channel_conditions = "all"`