Skip to content

Commit 28c8d04

Browse files
committed
Update README.md
1 parent 31dc2d0 commit 28c8d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Swift Implementation for Solving Spherical Triangles (SwiftySphTriangleSolns)
1+
# Swift Implementation for Solving Spherical Triangles
22

33
Vertices and angles at the vertices are denoted by the same upper-case letters **A**, **B** anc **C**. The sum of the angles is ![π < A+B+C < 3π](https://latex.codecogs.com/png.image?\dpi{100}\inline\pi<A&plus;B&plus;C<3\pi)
44

@@ -63,7 +63,7 @@ The sides and angles in the calling function are determined using the option enu
6363

6464
``` swift
6565
dependencies: [
66-
.package(url: "https://github.com/firecrestHorizon/SwiftySphTriangleSolns.git", from: "0.1.0"),
66+
.package(url: "https://github.com/firecrestHorizon/SwiftySphericalTriangle.git", from: "0.1.0"),
6767
],
6868
```
6969

0 commit comments

Comments
 (0)