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 d4d2f90 commit 3bb27d4Copy full SHA for 3bb27d4
README.md
@@ -80,7 +80,7 @@ If you use SwiftPM for your project, you can add CombineInterception to your pac
80
```swift
81
.package(
82
url: "https://github.com/capturecontext/swift-interception.git",
83
- branch: "main"
+ .upToNextMinor(from: "0.0.1")
84
)
85
```
86
0 commit comments