Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeHosonuma authored Mar 2, 2022
1 parent c3d80c5 commit f513e1d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,15 @@ pod 'SwiftParamTest'

```swift
dependencies: [
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", from: "2.2.0"),
]
.package(url: "https://github.com/YusukeHosonuma/SwiftParamTest.git", .upToNextMajor(from: "2.2.0")),
],
targets: [
.testTarget(
name: "YOUR_TEST_MODULE",
dependencies: [
"SwiftParamTest",
]),
],
```

### Carthage
Expand Down

0 comments on commit f513e1d

Please sign in to comment.