Преглед изворни кода

Merge pull request #53 from goktugyil/patch-1

Fixed: Invalid character in source file
Ashley Mills пре 10 година
родитељ
комит
311eed81e3
1 измењених фајлова са 1 додато и 1 уклоњено
  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")
     }
 
 ````