Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif committed Jan 24, 2024
1 parent a3bc0ab commit 6838082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6838082

Please sign in to comment.