diff --git a/README.md b/README.md index 62fa551d..deb15b4e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ RMStore sends notifications of StoreKit related events and extends `NSNotificati - (void)storeProductsRequestFinished:(NSNotification*)notification { NSArray *products = notification.rm_products; - NSArray *invalidProductIdentifiers = notification.rm_invalidProductIdentififers; + NSArray *invalidProductIdentifiers = notification.rm_invalidProductIdentifiers; } ```