diff --git a/README.md b/README.md index 60bb5171aa51466472c24d367d1ed62956843afe..1f1fc3278221242cf5d2c5c0f1104511cded4e10 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,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(); }