فهرست منبع

Fixed: Invalid character in source file

Goktug Yilmaz 10 سال پیش
والد
کامیت
e5c0e0b9b6
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")
     }
 
 ````