Skip to content

Commit 7728893

Browse files
authored
Merge pull request #9 from abhimanyu003/patch-1
Update README.md
2 parents c203a83 + 15db3fd commit 7728893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function routeNotificationForOneSignal()
112112
- `url('')`: Accepts an url for the notification click event.
113113
- `webButton(OneSignalWebButton $button)`: Allows you to add action buttons to the notification (Chrome 48+ (web push) only).
114114
- `button(OneSignalButton $button)`: Allows you to add buttons to the notification (Supported by iOS 8.0 and Android 4.1+ devices. Icon only works for Android).
115-
- `setData($key, $value)`: Allows you to set additional data for the message payload. For more information check the [OneSignal documentation](https://documentation.onesignal.com/docs/notifications-create-notification).
115+
- `setData($key, $value)`: Allows you to set additional data for the message payload. For more information check the [OneSignal documentation](https://documentation.onesignal.com/reference).
116116

117117
### Button usage
118118

0 commit comments

Comments
 (0)