Ashley Mills пре 11 година
родитељ
комит
27a0a84c12
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -36,6 +36,8 @@ Just drop the **Reachability.swift** file into your project. That's it!
     let reachability = Reachability.reachabilityForInternetConnection()
 
     NSNotificationCenter.defaultCenter().addObserver(self, selector: "reachabilityChanged:", name: ReachabilityChangedNotification, object: reachability)
+    
+    reachability.startNotifier()
 
 and