Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 authored Jul 21, 2017
1 parent 58bf74c commit 5d0c770
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 @@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:

```cartfile
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.2.0
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
```

Or in your [CocoaPods](http://cocoapods.org/) Podfile:

```podspec
pod 'OSRMTextInstructions', '~> 0.2.0'
pod 'OSRMTextInstructions', '~> 0.3.0'
```

Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.

0 comments on commit 5d0c770

Please sign in to comment.