From 1847b49ef5d26f6517e3750e342e54b278f703d2 Mon Sep 17 00:00:00 2001 From: ari Date: Thu, 2 Sep 2021 13:22:26 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d2c0004..668c2756 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ At the top of the file: #import ``` -Then, add the following lines: +Then, in your AppDelegate implementation, add the following: ```objective-c // Required for the register event. @@ -126,7 +126,7 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response } ``` -And then in your AppDelegate implementation, add the following: + And then add the following lines: ```objective-c - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions