Ver Fonte

Merge pull request #53 from goktugyil/patch-1

Fixed: Invalid character in source file
Ashley Mills há 10 anos atrás
pai
commit
311eed81e3
1 ficheiros alterados com 1 adições e 1 exclusões
  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")
     }
 
 ````