Skip to content

Commit 193028c

Browse files
authored
Update README.md
1 parent 221a6ff commit 193028c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ https://github.com/CuriositySoftware/swift-fatal-test-value
5959
If you are using Package.swift add:
6060

6161
```swift
62-
.package(url: "https://github.com/CuriositySoftware/swift-fatal-test-value/", from: "1.0.0")
62+
.package(
63+
url: "https://github.com/CuriositySoftware/swift-fatal-test-value/",
64+
.upToNextMajor(from: "1.0.0")
65+
)
6366
```
6467

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

0 commit comments

Comments
 (0)