Skip to content

Commit 151ab7a

Browse files
Additional minor readme change from missed from copy/paste
1 parent 4e771fe commit 151ab7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,11 @@ class myapp extends Component {
575575
NotificationHub.addEventListener('azureNotificationHubRegistrationError', this._onAzureNotificationHubRegistrationError);
576576

577577
// notification: Fired when a remote notification is received. The
578-
// handler will be invoked with an instance of `PushNotificationIOS`.
578+
// handler will be invoked with an instance of `AzureNotificationHubIOS`.
579579
NotificationHub.addEventListener('notification', this._onRemoteNotification);
580580

581581
// localNotification: Fired when a local notification is received. The
582-
// handler will be invoked with an instance of `PushNotificationIOS`.
582+
// handler will be invoked with an instance of `AzureNotificationHubIOS`.
583583
NotificationHub.addEventListener('localNotification', this._onLocalNotification);
584584

585585
// Requests notification permissions from iOS, prompting the user's

0 commit comments

Comments
 (0)