From 8c081578a79074237c6069d915d1c13179f5b16a Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Fri, 6 Oct 2023 15:44:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf4b8e2..242d7e58 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ androidFullScreenIntent | `bool` | Whether to turn screen on when android The notification shown on alarm ring can be disabled simply by ignoring the parameters `notificationTitle` and `notificationBody`. However, if you want a notification to be triggered, you will have to provide **both of them**. -If you enabled `enableNotificationOnKill`, you can chose your own notification title and body by using this method: +If you enabled `enableNotificationOnKill`, you can chose your own notification title and body by using this method before setting your alarms: ```Dart await Alarm.setNotificationOnAppKillContent(title, body) ```