Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gdelataillade authored Oct 23, 2024
1 parent 8d3cdf3 commit 5deffb3
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 @@ -44,7 +44,7 @@ final alarmSettings = AlarmSettings(
fadeDuration: 3.0,
warningNotificationOnKill: Platform.isIOS,
androidFullScreenIntent: true,
notificationActionSettings: const NotificationActionSettings(
notificationSettings: const NotificationSettings(
title: 'This is the title',
body: 'This is the body',
stopButton: true,
Expand Down

0 comments on commit 5deffb3

Please sign in to comment.