Skip to content

Commit dac8ac7

Browse files
author
Adam McCarthy
committed
Update README.md
1 parent e5ba400 commit dac8ac7

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
@@ -46,7 +46,7 @@ No matter what category of app you have, you'll need your Intercom app id and th
4646
}
4747
**Note:** _If you don't have a unique `userId` to use here, or if you have a `userId` and an `email` you can [register with those too](https://github.com/intercom/intercom-ios/blob/master/Intercom.framework/Versions/A/Headers/Intercom.h#L152)._
4848

49-
2. Also, in your application delegeate's `didFinishLaunchingWithOptions:` method (or wherever you _check_ your user's authenticated state when your app starts up)
49+
2. Also, in your application delegate's `didFinishLaunchingWithOptions:` method (or wherever you _check_ your user's authenticated state when your app starts up)
5050

5151
// Override point for customization after application launch.
5252
if(loggedIn){
@@ -91,7 +91,7 @@ Because Intercom listens for UIApplication start notifications, there is no need
9191
}
9292
**Note:** _If you don't have a unique `userId` to use here, or if you have a `userId` and an `email` you can [register with those too](https://github.com/intercom/intercom-ios/blob/master/Intercom.framework/Versions/A/Headers/Intercom.h#L152)._
9393

94-
2. In your application delegeate's `didFinishLaunchingWithOptions:` method (or wherever you _check_ your user's authenticated state when your app starts up)
94+
2. In your application delegate's `didFinishLaunchingWithOptions:` method (or wherever you _check_ your user's authenticated state when your app starts up)
9595

9696
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
9797
if(loggedIn){

0 commit comments

Comments
 (0)