From 0dd8427153258a79643644402cc2e73cee53353d Mon Sep 17 00:00:00 2001 From: Michael Kao Date: Mon, 7 Nov 2022 18:34:11 +0100 Subject: [PATCH] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e51fd4..d22dae6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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). -This library is using the [ReducerProtocol](https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/reducerprotocol/) and models it's dependency using [swift concurrency](https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/swiftconcurrency) since version 0.3.0. +This library is modelling it's dependency using [swift concurrency](https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/swiftconcurrency) since version 0.3.0. * [Example](#example) * [Basic usage](#basic-usage)