Skip to content

Commit 4eedb14

Browse files
armandgrilletartemredkin
authored andcommitted
Update dependency given in README to 1.0.0 (#121)
Following the release of async-http-client 1.0.0, the dependency to add in Package.swift is now bumped too.
1 parent 51dc885 commit 4eedb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This library provides the following:
2020
Add the following entry in your <code>Package.swift</code> to start using <code>HTTPClient</code>:
2121

2222
```swift
23-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1")
23+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0")
2424
```
2525
and `AsyncHTTPClient` dependency to your target:
2626
```swift

0 commit comments

Comments
 (0)