Parcourir la source

Merge pull request #53 from goktugyil/patch-1

Fixed: Invalid character in source file
Ashley Mills il y a 10 ans
Parent
commit
311eed81e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -63,7 +63,7 @@ Just drop the **Reachability.swift** file into your project. That's it!
     do {
         try reachability.startNotifier()
     } catch {
-        print(\"Unable to start notifier")
+        print("Unable to start notifier")
     }
 
 ````