Skip to content

Commit bf16e16

Browse files
committed
Update README.md
1 parent 2067a8f commit bf16e16

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-<#your-api-key#>" forAppId:@"<#your-app-id#>"];
44+
[Intercom setApiKey:@"<#your-api-key#>" forAppId:@"<#your-app-id#>"];
4545
}
4646

4747
###My app only has logged in users

0 commit comments

Comments
 (0)