Browse Source

Update README.md

added usage (import statement) for CocoPods installation
Fuad Kamal 10 years ago
parent
commit
905d650776
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -34,6 +34,9 @@ Just drop the **Reachability.swift** file into your project. That's it!
 
 
 [CocoaPods]: https://cocoapods.org
 [CocoaPods]: https://cocoapods.org
 [CocoaPods Installation]: https://guides.cocoapods.org/using/getting-started.html#getting-started
 [CocoaPods Installation]: https://guides.cocoapods.org/using/getting-started.html#getting-started
+ 
+ 4. In your code import Reachability like so:
+   `import ReachabilitySwift`
 
 
 ### Carthage
 ### Carthage
 [Carthage][] is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
 [Carthage][] is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.