From a744b6bdf8b2e30957ed230466bdba18a179629c Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Thu, 22 Jul 2021 14:34:23 +0900 Subject: [PATCH] :memo: feat (readme): add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c116099..e2ffac6 100644 --- a/README.md +++ b/README.md @@ -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