Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yimajo committed Nov 6, 2023
1 parent 221a6ff commit 193028c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ https://github.com/CuriositySoftware/swift-fatal-test-value
If you are using Package.swift add:

```swift
.package(url: "https://github.com/CuriositySoftware/swift-fatal-test-value/", from: "1.0.0")
.package(
url: "https://github.com/CuriositySoftware/swift-fatal-test-value/",
.upToNextMajor(from: "1.0.0")
)
```

and then add the product to any target that needs access to the macro:
Expand Down

0 comments on commit 193028c

Please sign in to comment.