ソースを参照

Merge pull request #23 from adityatrivedi/patch-1

Ashley Mills 10 年 前
コミット
b2de223e9d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -43,7 +43,7 @@ and
 
     func reachabilityChanged(note: NSNotification) {
 
-        let reachability = note.object as Reachability
+        let reachability = note.object as! Reachability
 
         if reachability.isReachable() {
             if reachability.isReachableViaWiFi() {