From c0227c5418385a6faa79a68d6a63ef17bf219b62 Mon Sep 17 00:00:00 2001 From: sportnak Date: Wed, 1 Mar 2017 17:26:21 -0800 Subject: [PATCH] Update README.md Fix improper reference in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bb517..1f1fc32 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(); } -- 2.26.2