From 14729ea7f9c46293d9608fbdc4284dd3e45672e1 Mon Sep 17 00:00:00 2001 From: leogdion Date: Wed, 24 Jan 2024 06:28:26 -0500 Subject: [PATCH] Update README.md (#306) Missing Version Number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2324a873..c49c9c6c 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", from: "1.0.0"), ``` Include `"AsyncAlgorithms"` as a dependency for your executable target: