Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleymills authored Sep 19, 2017
1 parent 48f36b3 commit 90e44ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 90e44ca

Please sign in to comment.