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 a42fe83 commit 8fa6c6fCopy full SHA for 8fa6c6f
README.md
@@ -20,8 +20,7 @@ This library provides the following:
20
Add the following entry in your <code>Package.swift</code> to start using <code>HTTPClient</code>:
21
22
```swift
23
-// it's early days here so we haven't tagged a version yet, but will soon
24
-.package(url: "https://github.com/swift-server/async-http-client.git", .branch("master"))
+.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1")
25
```
26
and `AsyncHTTPClient` dependency to your target:
27
0 commit comments