We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193028c commit e2ec21cCopy full SHA for e2ec21c
README.md
@@ -68,6 +68,9 @@ If you are using Package.swift add:
68
and then add the product to any target that needs access to the macro:
69
70
```swift
71
-.product(name: "FatalTestValue", package: "swift-fatal-test-value"),
+.product(
72
+ name: "FatalTestValue",
73
+ package: "swift-fatal-test-value"
74
+)
75
```
76
0 commit comments