Skip to content

Commit 9d60395

Browse files
authored
Update README (#5)
1 parent 7ddb1bf commit 9d60395

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
11
# swift-concurrent-sequence
22

3+
[![CI Status](https://img.shields.io/github/actions/workflow/status/dfed/swift-concurrent-sequence/ci.yml?branch=main)](https://github.com/dfed/swift-concurrent-sequence/actions?query=workflow%3ACI+branch%3Amain)
4+
[![codecov](https://codecov.io/gh/dfed/swift-concurrent-sequence/branch/main/graph/badge.svg?token=nZBHcZZ63F)](https://codecov.io/gh/dfed/swift-concurrent-sequence)
5+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
6+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdfed%2Fswift-concurrent-sequence%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/dfed/swift-concurrent-sequence)
7+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdfed%2Fswift-concurrent-sequence%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/dfed/swift-concurrent-sequence)
8+
39
A collection of operations on Swift sequences that execute concurrently.
10+
11+
## Installation
12+
13+
### Swift Package Manager
14+
15+
To install swift-concurrent-sequence in your project with [Swift Package Manager](https://github.com/apple/swift-package-manager), the following lines can be added to your `Package.swift` file:
16+
17+
```swift
18+
dependencies: [
19+
.package(url: "https://github.com/dfed/swift-concurrent-sequence", from: "0.1.0"),
20+
]
21+
```
22+
23+
## Contributing
24+
25+
I’m glad you’re interested in swift-concurrent-sequence, and I’d love to see where you take it. Please read the [contributing guidelines](Contributing.md) prior to submitting a Pull Request.

0 commit comments

Comments
 (0)