From fedca0bfbb39a34093cbeecb314f8d77fed031e1 Mon Sep 17 00:00:00 2001 From: Michael Kao Date: Wed, 13 Sep 2023 11:12:16 +0200 Subject: [PATCH] Fixes badges. (#22) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f25639..de5be15 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Composable User Notifications [![CI](https://github.com/Miiha/composable-user-notifications/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Miiha/composable-user-notifications/actions?query=workflow%3ACI) -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fcomposable-user-notifications%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/Miiha/composable-user-notifications) -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fpointfreeco%2Fcomposable-user-notifications%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/Miiha/composable-user-notifications) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FMiiha%2Fcomposable-user-notifications%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/Miiha/composable-user-notifications) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FMiiha%2Fcomposable-user-notifications%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/Miiha/composable-user-notifications) Composable User Notifications is library that bridges [the Composable Architecture](https://github.com/pointfreeco/swift-composable-architecture) and [User Notifications](https://developer.apple.com/documentation/usernotifications).