Explorar o código

Update readme

Ashley Mills %!s(int64=8) %!d(string=hai) anos
pai
achega
b64c7d4db6
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      README.md

+ 6 - 2
README.md

@@ -96,9 +96,13 @@ To install Reachability.swift with Carthage:
 
 3. Run `carthage update`.
 
-4. Drag `Reachability.framework` from the `Carthage/Build/iOS/` directory to the `Linked Frameworks and Libraries` section of your Xcode project’s `General` settings.
+4. Drag `ReachabilitySwiift.framework` from the `Carthage/Build/iOS/` directory to the `Linked Frameworks and Libraries` section of your Xcode project’s `General` settings.
+
+5. Add `$(SRCROOT)/Carthage/Build/iOS/ReachabilitySwiift.framework` to `Input Files` of Run Script Phase for Carthage.
+
+6. In your code import Reachability likse so:
+`import ReachabilitySwift`
 
-5. Add `$(SRCROOT)/Carthage/Build/iOS/Reachability.framework` to `Input Files` of Run Script Phase for Carthage.
 
 [Carthage]: https://github.com/Carthage/Carthage
 [Homebrew]: http://brew.sh