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 ef65c84 commit 63ceae1
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 @@ -26,7 +26,6 @@ AppState is a Swift Package that simplifies the management of application state
### Dependency Management

- **Dependency:** Struct for encapsulating dependencies within the app's scope.
- 🍎 **ObservedDependency:** Struct for encapsulating dependencies within the app's scope. Backed by an `@ObservedObject` to publish changes to SwiftUI views.
- **Scope:** Represents a specific context within an app, defined by a unique name and ID.

### Property Wrappers
Expand All @@ -40,6 +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:** Struct for encapsulating dependencies within the app's scope. Backed by an `@ObservedObject` to publish changes to SwiftUI views.

## Getting Started

Expand Down

0 comments on commit 63ceae1

Please sign in to comment.