From 7812f125e70a56543dcddab8212a909321be2751 Mon Sep 17 00:00:00 2001 From: adamz Date: Tue, 22 Aug 2023 15:32:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 229014b..b67db88 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The `@Republished` proprty wrapper allows an `ObservableObject` nested within another `ObservableObject` to naturally notify SwiftUI of changes. -It was inspired by [@mergesort's](https://github.com/mergesort) [blog post](https://build.ms/2022/06/22/model-view-controller-store/) introducing [`Boutique`](https://github.com/mergesort/Boutique). +It was originally inspired by some of the challenges described in [@mergesort's](https://github.com/mergesort) [blog post](https://build.ms/2022/06/22/model-view-controller-store/) introducing [`Boutique`](https://github.com/mergesort/Boutique). ## Problem Nested `ObservableObjects` don't play well with SwiftUI.