Skip to content

Commit 8fa6c6f

Browse files
weissiartemredkin
authored andcommitted
readme: don't recommend depending on master branch (#63)
1 parent a42fe83 commit 8fa6c6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +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-
// 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"))
23+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1")
2524
```
2625
and `AsyncHTTPClient` dependency to your target:
2726
```swift

0 commit comments

Comments
 (0)