Skip to content

Commit

Permalink
Updated README.md with correct SPM dependency URL
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranConlon committed Jul 27, 2021
1 parent 1216549 commit 3c5c612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let p2FwdAzimuth = invResult.az2 // 107.97130749 - forward bering at LHR

``` swift
dependencies: [
.package(url: "https://github.com/KieranConlon/SwiftyGeodesic.git", from: "1.0.0"),
.package(url: "https://github.com/firecrestHorizon/SwiftyGeodesic.git", from: "1.0.0"),
],
```

Expand Down

0 comments on commit 3c5c612

Please sign in to comment.