Explorar o código

Update README.md

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

+ 2 - 2
README.md

@@ -83,7 +83,7 @@ Just drop the **Reachability.swift** file into your project. That's it!
 [CocoaPods Installation]: https://guides.cocoapods.org/using/getting-started.html#getting-started
  
  4. In your code import Reachability like so:
-   `import ReachabilitySwift`
+   `import Reachability`
 
 ### Carthage
 [Carthage][] is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
@@ -104,7 +104,7 @@ To install Reachability.swift with Carthage:
 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`
+`import Reachability`
 
 
 [Carthage]: https://github.com/Carthage/Carthage