瀏覽代碼

Update README.md

Ashley Mills 10 年之前
父節點
當前提交
5ee0ac155d
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -32,7 +32,14 @@ Just drop the **Reachability.swift** file into your project. That's it!
 ## Example - closures
 
 ````
-    let reachability = try? Reachability.reachabilityForInternetConnection()!
+    let reachability: Reachability?
+    do {
+        reachability = try Reachability.reachabilityForInternetConnection()
+    } catch {
+        print("Unable to create Reachability")
+        return
+    }
+
 
     reachability?.whenReachable = { reachability in
         // this is called on a background thread, but UI updates must