From 2889c7af2f4ed7c5e17e4492599485ab54b33c69 Mon Sep 17 00:00:00 2001 From: Freya Alminde <72786+freysie@users.noreply.github.com> Date: Sun, 23 Jul 2023 16:56:45 +0200 Subject: [PATCH] Update README.md In the _Adding Swift Async Algorithms as a Dependency_ section, a SwiftPM dependency requirement, like `branch: "main"`, was missing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2324a873..8a9a3f92 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To use the `AsyncAlgorithms` library in a SwiftPM project, add the following line to the dependencies in your `Package.swift` file: ```swift -.package(url: "https://github.com/apple/swift-async-algorithms"), +.package(url: "https://github.com/apple/swift-async-algorithms", branch: "main"), ``` Include `"AsyncAlgorithms"` as a dependency for your executable target: