From 374358393df25212e1914ff403a0f22435d7dfe0 Mon Sep 17 00:00:00 2001 From: Johannes Weiss Date: Sun, 7 Jul 2019 15:04:54 +0100 Subject: [PATCH] readme: don't recommend depending on master branch --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d8b705584..7dcecc35a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,7 @@ This library provides the following: Add the following entry in your Package.swift to start using HTTPClient: ```swift -// it's early days here so we haven't tagged a version yet, but will soon -.package(url: "https://github.com/swift-server/async-http-client.git", .branch("master")) +.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0-alpha.1") ``` and `AsyncHTTPClient` dependency to your target: ```swift