Skip to content

Commit 96cb33f

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

2626
To use the sample app:
2727

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:
28+
1. Go to the `Sample` directory and run `pod install`.
29+
2. Open `Sample.xcworkspace` in Xcode.
30+
3. Set your iOS API key and App ID at the top of `ITCAppDelegate.m`, here:
3131
```
3232
#define INTERCOM_APP_ID @"YOUR_APP_ID"
3333
#define INTERCOM_API_KEY @"YOUR_API_KEY"
3434
```
35-
- Build and run.
35+
4. Build and run.
3636

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

0 commit comments

Comments
 (0)