Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wessmith committed Jan 12, 2015
1 parent 9806b43 commit 9cf85dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<a href="http://cocoadocs.org/docsets/ios-deeplink-sdk"><img src="https://img.shields.io/cocoapods/p/ios-deeplink-sdk.svg?style=flat" alt="Platform" /></a>
</p>



## Overview

The Button DeepLink SDK is a splendid route-matching, block-based way to handle your deep links. Rather than decide how to format your URLs, parse them, pass data, and navigate to specific content or perform actions, this SDK and a few lines of code will get you on your way.

[Full Documentation](http://www.usebutton.com/sdk/deep-links/integration-guide)

## Usage

Add deep link support to your app in 5 minutes or less following these simple steps.
Expand Down Expand Up @@ -61,7 +61,7 @@ self.router[@"log/:message"] = ^(DPLDeepLink *link) {
[self.router handleURL:url withCompletion:NULL];
}
````
Learn more about the DeepLinkSDK by reading our [Integration Guide](http://www.usebutton.com/sdk/deep-links).
Learn more about the DeepLinkSDK by reading our [Integration Guide](http://www.usebutton.com/sdk/deep-links/integration-guide).


## Examples
Expand Down

0 comments on commit 9cf85dd

Please sign in to comment.