Skip to content

Commit

Permalink
Merge pull request #1674 from Archish27/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tbkka authored Jul 9, 2024
2 parents 711179a + 10101e5 commit 37dc651
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 37dc651

Please sign in to comment.