Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add branch: "main" to SwiftPM section of README.md #278

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

freysie
Copy link
Contributor

@freysie freysie commented Jul 23, 2023

In the Adding Swift Async Algorithms as a Dependency section, a SwiftPM dependency requirement, like branch: "main", was missing.

In the _Adding Swift Async Algorithms as a Dependency_ section, a SwiftPM dependency requirement, like `branch: "main"`, was missing.
@@ -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"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we recommend to use revision: 0.1.0 for now please

@FranzBusch FranzBusch added the v1.0 Work leading up first API stable version label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 Work leading up first API stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants