diff --git a/README.md b/README.md index 620d5510bb7c1516c68df3ed0444318b66473aff..35f7c6ab41afa31b3edc08ef65363cb058544d63 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ import {NotificationsAndroid, PendingNotifications} from 'react-native-notificat PendingNotifications.getInitialNotification() .then((notification) => { - console.log("Initial notification was:", (notification ? notification.getData() : 'N/A'); + console.log("Initial notification was:", (notification ? notification.getData() : 'N/A')); }) .catch((err) => console.error("getInitialNotifiation() failed", err));