Skip to content

Commit

Permalink
Correct typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed Nov 12, 2015
1 parent d029bcc commit 05fddbd
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

1 comment on commit 05fddbd

@RamonGilabert
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 😄

Please sign in to comment.