Skip to content

Commit 3ea2bf4

Browse files
committed
Merge pull request #116 from bnd5k/master
Updated Readme
2 parents acdb613 + 86d6829 commit 3ea2bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ No matter what category of app you have, you'll need your Intercom app id and th
4141

4242
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
4343
// Initialize Intercom
44-
[Intercom setApiKey:@"<#ios_sdk-...#>" forAppId:@"<#your-app-id#>"];
44+
[Intercom setApiKey:@"<#your_ios_api_key#>" forAppId:@"<#your-app-id#>"];
4545
}
4646

4747
###My app only has logged in users

0 commit comments

Comments
 (0)