Skip to content

Commit 20baaa7

Browse files
committed
Update README.md
1 parent dbc4137 commit 20baaa7

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
@@ -111,7 +111,7 @@ To use Grape in a [SwiftPM](https://swift.org/package-manager/) project, add thi
111111

112112
``` swift
113113
dependencies: [
114-
.package(url: "https://github.com/swiftgraphs/Grape", from: "0.7.0")
114+
.package(url: "https://github.com/swiftgraphs/Grape", from: "1.1.0")
115115
]
116116
```
117117

@@ -188,7 +188,7 @@ struct MyGraph: View {
188188
`ForceSimulation` module mainly contains 3 concepts, `Kinetics`, `ForceProtocol` and `Simulation`.
189189

190190
<p align="center">
191-
<img src="https://raw.githubusercontent.com/li3zhen1/Grape/main/Assets/SimulationDiagram.svg" alt="A diagram showing the relationships of `Kinetics`, `ForceProtocol` and `Simulation`. A `Simulation` contains a `Kinetics` and a `ForceProtocol`.">
191+
<img src="https://raw.githubusercontent.com/swiftgraphs/Grape/main/Assets/SimulationDiagram.svg" alt="A diagram showing the relationships of `Kinetics`, `ForceProtocol` and `Simulation`. A `Simulation` contains a `Kinetics` and a `ForceProtocol`.">
192192
</p>
193193

194194

0 commit comments

Comments
 (0)