Skip to content

Commit 14729ea

Browse files
authored
Update README.md (#306)
Missing Version Number
1 parent da4e36f commit 14729ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To use the `AsyncAlgorithms` library in a SwiftPM project,
6767
add the following line to the dependencies in your `Package.swift` file:
6868

6969
```swift
70-
.package(url: "https://github.com/apple/swift-async-algorithms"),
70+
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
7171
```
7272

7373
Include `"AsyncAlgorithms"` as a dependency for your executable target:

0 commit comments

Comments
 (0)