diff --git a/README.md b/README.md index f287e7a79..1ace5adee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following entry in your Package.swift to start using ``` and `AsyncHTTPClient` dependency to your target: ```swift -.target(name: "MyApp", dependencies: ["AsyncHTTPClient"]), +.target(name: "MyApp", dependencies: [.product(name: "AsyncHTTPClient", package: "async-http-client")]), ``` #### Request-Response API