Skip to content

Commit 5b2ccd4

Browse files
committed
Improve sentence in README
1 parent 556d2a0 commit 5b2ccd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ $response = Pushpad\Notification::create([
105105
- If you set `uids` and some users are not subscribed to notifications, Pushpad ignores them.
106106
- Use boolean expressions inside `tags` for complex segments (e.g. `'zip_code:28865 && !optout:local_events'`).
107107
- Scheduled notifications require an ISO 8601 timestamp in `send_at` (as produced by `DateTimeInterface::format(DATE_ATOM)`).
108-
- You can set default values for most notification fields in the project settings. Refer to the [REST API docs](https://pushpad.xyz/docs/rest_api#notifications_api_docs) for the exhaustive list of options.
108+
- You can set default values for most notification fields in the project settings.
109+
- Refer to the [REST API docs](https://pushpad.xyz/docs/rest_api#notifications_api_docs) for more details about the notification fields and their usage.
109110

110111
The response includes useful information:
111112

0 commit comments

Comments
 (0)