From bd4948815e382881416fa2f8fdadf1781b0510ca Mon Sep 17 00:00:00 2001 From: Geraint White Date: Tue, 24 Nov 2020 10:28:32 +0000 Subject: [PATCH] Fix `notiticationIcon` typo in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a96d778a..da50852b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ const options = { channelId: 'com.company.my', channelName: 'Foreground service for my app', notificationTitle: 'My app is running on background', - notiticationIcon: 'Path to the resource icon of the notification', + notificationIcon: 'Path to the resource icon of the notification', }, } }; @@ -142,7 +142,7 @@ RNCallKeep.setForegroundServiceSettings({ channelId: 'com.company.my', channelName: 'Foreground service for my app', notificationTitle: 'My app is running on background', - notiticationIcon: 'Path to the resource icon of the notification', + notificationIcon: 'Path to the resource icon of the notification', }); ```