Skip to content

Commit

Permalink
Merge pull request #4 from hyperoslo/timkurvers-patch-1-1
Browse files Browse the repository at this point in the history
Correct typos in README
  • Loading branch information
zenangst committed Nov 12, 2015
2 parents d029bcc + 05fddbd commit 5cf552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func application(application: UIApplication,
}
```
#### Step 4
Setup your application to response to the URLs, this can be done in the `AppDelegate` but its up to you to find a more suitable place for it depending on the size of your implementation.
Set up your application to respond to the URLs, this can be done in the `AppDelegate` but its up to you to find a more suitable place for it depending on the size of your implementation.
```swift
func application(app: UIApplication,
openURL url: NSURL,
Expand Down

0 comments on commit 5cf552a

Please sign in to comment.