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', }); ```