From 05fddbd9ad8b95f2d48899d1f3115d1acf802524 Mon Sep 17 00:00:00 2001 From: Tim Kurvers Date: Thu, 12 Nov 2015 11:38:29 +0100 Subject: [PATCH] Correct typos in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd98a8..ce98911 100644 --- a/README.md +++ b/README.md @@ -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,