Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin authored May 31, 2022
1 parent 07eb61c commit e5dae3e
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 @@ -9,7 +9,7 @@ The official MAVSDK client for Swift. This cross-platform gRPC library communica
Add the following to your Package.swift dependencies:
```
dependencies: [
.package(url: "https://github.com/mavlink/Mavsdk", from: "0.13.0"),
.package(url: "https://github.com/mavlink/mavsdk-swift", from: "1.0.1"),
],
```
And add each product within each target as needed (`MavsdkServer` may be optional):
Expand Down

0 comments on commit e5dae3e

Please sign in to comment.