Skip to content

Commit a744b6b

Browse files
authored
📝 feat (readme): add badges
1 parent efbc928 commit a744b6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Swift Fetch
22

3+
[![Swift 5.5](https://img.shields.io/badge/Swift-5.5-red.svg?style=flat-square&logo=swift)](https://swift.org)
4+
![Platforms: iOS, macOS, tvOS, watchOS](https://img.shields.io/badge/platforms-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS-lightgray.svg?style=flat-square)
5+
[![Swift Package Manager Compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg?style=flat-square)](https://swift.org/package-manager)
6+
37
Fetch-like API implementation for Swift for asynchronous HTTP requests with the new `async/await` syntax.
48

59
## Usage

0 commit comments

Comments
 (0)