Skip to content

Commit 521b6b0

Browse files
committed
fix: update platform requirements in README and adjust badge section
1 parent e33c7bd commit 521b6b0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
[![Swift Version](https://img.shields.io/badge/Swift-5.5+-orange.svg)](https://swift.org/)
44
[![SPM](https://img.shields.io/badge/SPM-compatible-brightgreen.svg)](https://swift.org/package-manager/)
55
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
6-
[![Swift Tests](https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml/badge.svg)](https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml)
6+
[![Swift Tests](https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml/badge.svg)](https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml)
7+
[![iOS](https://img.shields.io/badge/iOS-13.0+-blue.svg)](https://developer.apple.com/ios/)
8+
[![macOS](https://img.shields.io/badge/macOS-10.15+-white.svg)](https://developer.apple.com/macos/)
9+
[![tvOS](https://img.shields.io/badge/tvOS-13.0+-black.svg)](https://developer.apple.com/tvos/)
10+
[![watchOS](https://img.shields.io/badge/watchOS-6.0+-orange.svg)](https://developer.apple.com/watchos/)
711

812
A lightweight Swift library providing async/await bridge for Combine publishers.
913

@@ -16,11 +20,6 @@ A lightweight Swift library providing async/await bridge for Combine publishers.
1620
- Convert AsyncSequence to Combine Publishers with proper backpressure handling
1721
- Convert AsyncStream and AsyncThrowingStream to Combine Publishers
1822

19-
## Requirements
20-
21-
- Swift 5.5+
22-
- iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
23-
2423
## Installation
2524

2625
### Swift Package Manager

0 commit comments

Comments
 (0)