Skip to content

Commit 652ddbf

Browse files
committed
Update README.md
1 parent a081480 commit 652ddbf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ If you get errors, check out our [Troubleshooting section here](http://docs.inte
2525

2626
To use the sample app:
2727

28-
1. Go to the `Sample` directory and run `pod install`.
29-
2. Set your iOS API key and App ID at the top of `ITCAppDelegate.m`, here:
28+
- Go to the `Sample` directory and run `pod install`.
29+
- Open `Sample.xcworkspace` in Xcode.
30+
- Set your iOS API key and App ID at the top of `ITCAppDelegate.m`, here:
3031
```
3132
#define INTERCOM_APP_ID @"YOUR_APP_ID"
3233
#define INTERCOM_API_KEY @"YOUR_API_KEY"
3334
```
34-
3. Build and run.
35+
- Build and run.
3536

3637
##How should I use Intercom for iOS in my app?
3738
Broadly speaking, there are three types of apps that Intercom for iOS will work in.

0 commit comments

Comments
 (0)