Skip to content

Commit 3fd130e

Browse files
committed
line break for jsonData and channelID examples
1 parent 1d96aa9 commit 3fd130e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ A list of all available options
114114
- `enableSound()`: Enables the notification sound.
115115
- `disableSound()`: Mutes the notification sound.
116116
- `badge(1)`: Accepts an integer value for the badge.
117-
- `ttl(60)`: Accepts an integer value for the time to live. -`jsonData('')`: Accepts a json string or an array for additional. -`channelID('')`: Accepts a string to set the channelId of the notification for Android devices.
117+
- `ttl(60)`: Accepts an integer value for the time to live.
118+
- `jsonData('')`: Accepts a json string or an array for additional.
119+
- `channelID('')`: Accepts a string to set the channelId of the notification for Android devices.
118120

119121
### Managing Recipients
120122

0 commit comments

Comments
 (0)