Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade authored Nov 7, 2024
1 parent 1bd3a7a commit 68aaa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final alarmSettings = AlarmSettings(
notificationSettings: const NotificationSettings(
title: 'This is the title',
body: 'This is the body',
stopButton: true,
stopButton: 'Stop the alarm',
icon: 'notification_icon',
),
);
Expand Down

0 comments on commit 68aaa2a

Please sign in to comment.