Skip to content

Commit

Permalink
Update README.md (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Jan 21, 2024
1 parent e74c84c commit fec6f85
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 @@ -302,7 +302,7 @@ Here's an example:

```swift
class DataService: ObservableObject {
@AppState(\.someData) var data: [String]
@Published var data: [String]

func fetchData() { ... }
}
Expand Down

0 comments on commit fec6f85

Please sign in to comment.