diff --git a/README.md b/README.md index af76020..5132a99 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ enum CounterAction: Action { // MARK: - UI -struct ContentView : View { +struct ContentView: View { @StateObject var store = Store(model: Counter()) var body: some View {