Skip to content

Commit 5fe415e

Browse files
authored
SPM support not yet released
1 parent 215fcb5 commit 5fe415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pod 'MapboxGeocoder.swift', '~> 0.12'
2626
Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:
2727

2828
```swift
29-
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.12.0")
29+
.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", .branch("main"))
3030
```
3131

3232
Then `import MapboxGeocoder` or `@import MapboxGeocoder;`.

0 commit comments

Comments
 (0)