Skip to content

Commit 6eb05ed

Browse files
authored
Update README.md (#330)
1 parent 460cb21 commit 6eb05ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ At the top of the file:
9898
#import <RNCPushNotificationIOS.h>
9999
```
100100

101-
Then, add the following lines:
101+
Then, in your AppDelegate implementation, add the following:
102102

103103
```objective-c
104104
// Required for the register event.
@@ -126,7 +126,7 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
126126
}
127127
```
128128

129-
And then in your AppDelegate implementation, add the following:
129+
And then add the following lines:
130130

131131
```objective-c
132132
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

0 commit comments

Comments
 (0)