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 4b48153 commit 89a0698Copy full SHA for 89a0698
README.md
@@ -7,7 +7,7 @@ A barebones async-await Swift HTTP client with automatic JSON response parsing.
7
Add HTTP Client as a dependency through Xcode or directly to Package.swift:
8
9
```
10
-.package(url: "https://github.com/joemasilotti/HTTP-Client", branch: "main")
+.package(url: "https://github.com/joemasilotti/HTTP-Client", .upToNextMinor(from: "0.1"))
11
12
13
## Usage
0 commit comments