Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Fix bullets quick start
  • Loading branch information
pgpbpadilla committed Apr 4, 2014
2 parents e0f8979 + 741ed0f commit 5890505
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ The In-App Messaging SDK is an iOS library for natively consuming the RESTful r

# Quick start

1. Open `InAppMessagingSampleApp.xcodeproj`
2. Set your OAuth credentials

* Open `InAppMessagingSampleApp.xcodeproj`
* Set your OAuth credentials
```objc
-- AppDelegate.m --
NSString* const AppKey= @APP_KEY;
NSString* const AppSecret= @APP_SECRET;
```

3. Run the `InAppMessagingSampleAp` target.
* Run the `InAppMessagingSampleAp` target.

# Overview

Expand Down

0 comments on commit 5890505

Please sign in to comment.