Skip to content

Commit a4a2606

Browse files
authored
Typo
1 parent d299d2f commit a4a2606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
1515
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1616

1717
```cartfile
18-
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.10
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.2.0
1919
```
2020

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

2323
```podspec
24-
pod 'OSRMTextInstructions', '~> 0.10'
24+
pod 'OSRMTextInstructions', '~> 0.2.0'
2525
```
2626

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

0 commit comments

Comments
 (0)