Skip to content

Commit

Permalink
📝 feat (readme): add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Helloyunho authored Jul 22, 2021
1 parent efbc928 commit a744b6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Swift Fetch

[![Swift 5.5](https://img.shields.io/badge/Swift-5.5-red.svg?style=flat-square&logo=swift)](https://swift.org)
![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)
[![Swift Package Manager Compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg?style=flat-square)](https://swift.org/package-manager)

Fetch-like API implementation for Swift for asynchronous HTTP requests with the new `async/await` syntax.

## Usage
Expand Down

0 comments on commit a744b6b

Please sign in to comment.