diff --git a/README.md b/README.md index 460f7cb9d6968637d24fa63d61c3307775184310..1c222836d18eda0d3223264598415d44dd8880b5 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,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));