We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215fcb5 commit 5fe415eCopy full SHA for 5fe415e
README.md
@@ -26,7 +26,7 @@ pod 'MapboxGeocoder.swift', '~> 0.12'
26
Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:
27
28
```swift
29
-.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", from: "0.12.0")
+.package(url: "https://github.com/mapbox/MapboxGeocoder.swift.git", .branch("main"))
30
```
31
32
Then `import MapboxGeocoder` or `@import MapboxGeocoder;`.
0 commit comments