Kaynağa Gözat

Merge pull request #53 from goktugyil/patch-1

Fixed: Invalid character in source file
Ashley Mills 10 yıl önce
ebeveyn
işleme
311eed81e3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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")
     }
 
 ````