Skip to content

Commit 5bb4b3e

Browse files
authored
Fix wording in readme (#26)
1 parent 33ea9da commit 5bb4b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Please note that only the message content is mandatory, all other methods are op
125125

126126
- `content($message)`: Accepts a string value for the message text.
127127
- `title($title)`: Accepts a string value for the message title.
128-
- `time($timestamp)`: Accepts either a `Carbon` object or an UNIX timestamp.
128+
- `time($timestamp)`: Accepts either a `Carbon` object or a UNIX timestamp.
129129
- `url($url[, $title])`: Accepts a string value for a [supplementary url](https://pushover.net/api#urls) and an optional string value for the title of the url.
130130
- `sound($sound)`: Accepts a string value for the [notification sound](https://pushover.net/api#sounds).
131-
- `priority($priority[, $retryTimeout, $expireAfter])`: Accepts an integer value for the priority and, when the priority is set to emergency, also an integer value for the retry timeout and expiry time (in seconds). Priority values are available as constants: `LOWEST_PRIORITY`, `LOW_PRIORITY`, `NORMAL_PRIORITY` and `EMERGENCY_PRIORITY`.
131+
- `priority($priority[, $retryTimeout, $expireAfter])`: Accepts an integer value for the priority and, when the priority is set to emergency, also an integer value for the retry timeout and expiry time (in seconds). Priority values are available as constants: `PushoverMessage::LOWEST_PRIORITY`, `PushoverMessage::LOW_PRIORITY`, `PushoverMessage::NORMAL_PRIORITY` and `PushoverMessage::EMERGENCY_PRIORITY`.
132132
- `lowestPriority()`: Sets the priority to the lowest priority.
133133
- `lowPriority()`: Sets the priority to low.
134134
- `normalPriority()`: Sets the priority to normal.

0 commit comments

Comments
 (0)