diff --git a/README.md b/README.md index 92f707637aa9c4f384456063d30252d505c0dbb5..460f7cb9d6968637d24fa63d61c3307775184310 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ import NotificationsIOS from 'react-native-notifications'; class App extends Component { constructor() { NotificationsIOS.addEventListener('remoteNotificationsRegistered', this.onPushRegistered.bind(this)); - NotificationsIOS.addEventListener('remoteNotificationsRegistrationFailed', this.onPushRegistrationFaled.bind(this)); + NotificationsIOS.addEventListener('remoteNotificationsRegistrationFailed', this.onPushRegistrationFailed.bind(this)); NotificationsIOS.requestPermissions(); }