diff --git a/README.md b/README.md index d7d0f3f..8c54efd 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ If you have developed class `UPCustomAlertAction` for action type "custom-alert" ####Local and Remote notifications -It is convienient to use notifications (Push or Local) to inform the user about an action while the application is in the background. If you wish to handle the action, you have to pass the action data to be performed back to the application. This should be done by specyifying userInfo value with appropriate identifiers like this: +It is convenient to use notifications (Push or Local) to inform the user about an action while the application is in the background. If you wish to handle the action, you have to pass the action data to be performed back to the application. This should be done by specyifying userInfo value with appropriate identifiers like this: UILocalNotification *notification = [[UILocalNotification alloc] init]; notification.userInfo = @{BLEActionUniqueIdentifierKey: self.uniqueIdentifier, BLETriggerUniqueIdentifierKey: self.trigger.uniqueIdentifier};