Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Archish27 authored Jul 9, 2024
1 parent 4668914 commit 10101e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ After copying the `.pb.swift` files into your project, you will need to add the
project to support the generated code.
If you are using the Swift Package Manager, add a dependency to your
`Package.swift` file and import the `SwiftProtobuf` library into the desired
targets. Adjust the `"1.6.0"` here to match the `[tag_name]` you used to build
targets. Adjust the `"1.27.0"` here to match the `[tag_name]` you used to build
the plugin above:

```swift
dependencies: [
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.6.0"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 10101e5

Please sign in to comment.