From 68380821eca61ddaa74bba6e00544b3bebfbc1cc Mon Sep 17 00:00:00 2001 From: Leif Date: Tue, 23 Jan 2024 17:46:16 -0700 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de9b178..ce849cf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ AppState is a Swift Package that simplifies the management of application state - **OptionalConstant:** Allows users to access a specific part of AppState's state. Useful if the state value is optional. - 🍎 **SecureState:** Securely stores its string values using the Keychain. - **AppDependency:** Simplifies the handling of dependencies throughout your application. -- 🍎 **ObservedDependency:** Simplifies the handling of dependencies throughout your application. Backed by an `@ObservedObject` to publish changes to SwiftUI views. +- 🍎 **ObservedDependency:** Simplifies the handling of dependencies throughout your application. Dependencies must conform to ObservableObject. Backed by an `@ObservedObject` to publish changes to SwiftUI views. ## Getting Started