Skip to content

Commit

Permalink
Update README.md (#306)
Browse files Browse the repository at this point in the history
Missing Version Number
  • Loading branch information
leogdion authored Jan 24, 2024
1 parent da4e36f commit 14729ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 14729ea

Please sign in to comment.