Skip to content

Commit da25152

Browse files
committed
Update the readme
1 parent 482ef7a commit da25152

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/pushover.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pushover)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/github/actions/workflow/status/laravel-notification-channels/pushover/tests.yml?style=flat-square)](https://github.com/laravel-notification-channels/pushover/actions)
5+
[![Build Status](https://img.shields.io/github/actions/workflow/status/laravel-notification-channels/pushover/test.yml?style=flat-square)](https://github.com/laravel-notification-channels/pushover/actions)
66
[![StyleCI](https://styleci.io/repos/65543497/shield)](https://styleci.io/repos/65543497)
77
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/pushover.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/pushover)
88
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/pushover/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/pushover/?branch=master)
@@ -132,6 +132,7 @@ public function routeNotificationForPushover() {
132132
| `normalPriority()` | Sets the priority to normal. |
133133
| `highPriority()` | Sets the priority to high. |
134134
| `emergencyPriority($retryTimeout, $expireAfter)` | Sets the priority to emergency and accepts integer values for the retry timeout and expiry time (in seconds). |
135+
| `callback($callbackUrl)` | Sets a publicly-accessible URL that Pushover will send a request to when the user has acknowledged your notification for an emergency notification. |
135136

136137
## Changelog
137138

0 commit comments

Comments
 (0)