Skip to content

Commit b0ffa06

Browse files
Merge pull request #45 from cagatayoncul/patch-1
Update README.md
2 parents 4e1bcac + 6e3fb21 commit b0ffa06

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
@@ -64,8 +64,8 @@ Note that after a reboot the `smallIcon` and `largeIcon` are not restored but fa
6464
body: 'Recurs every minute until cancelled',
6565
ticker: 'The ticker',
6666
badge: 1,
67-
groupedMessages:["The first", "Second", "Keep going", "one more..", "OK Stop"] //android only
68-
groupSummary:"Summary of the grouped messages above" //android only
67+
groupedMessages:["The first", "Second", "Keep going", "one more..", "OK Stop"], //android only
68+
groupSummary:"Summary of the grouped messages above", //android only
6969
ongoing: true, // makes the notification ongoing (Android only)
7070
smallIcon: 'res://heart',
7171
interval: 'minute',

0 commit comments

Comments
 (0)