diff --git a/README.md b/README.md index c77ce0ea9..f49c596ed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This library provides the following: Add the following entry in your Package.swift to start using HTTPClient: ```swift -.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") ``` and `AsyncHTTPClient` dependency to your target: ```swift