From ac442f5fc53f2eb968d332ad99063e86bafba2e6 Mon Sep 17 00:00:00 2001 From: Brent Mifsud <18543934+BrentMifsud@users.noreply.github.com> Date: Fri, 2 Sep 2022 17:20:47 -0400 Subject: [PATCH] Add shields to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bab9363..232cbe8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Supported Platforms](https://img.shields.io/static/v1?label=Supported%20Platforms&message=iOS%20|%20macOS%20|%20tvOS%20|%20watchOS&color=red&style=flat&logo=swift&labelColor=white) ![Swift Versions](https://img.shields.io/static/v1?label=Swift&message=5.6&color=red&style=flat&logo=swift&labelColor=white) + # AsyncValue This is a simple package that provides a convenience property wrapper around AsyncStream that behaves almost identically to `@Published`.