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 51dc885 commit 4eedb14Copy full SHA for 4eedb14
README.md
@@ -20,7 +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
-.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1")
+.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0")
24
```
25
and `AsyncHTTPClient` dependency to your target:
26
0 commit comments