diff --git a/README.md b/README.md index 05edb27..39c1f00 100644 --- a/README.md +++ b/README.md @@ -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):