Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdrone authored Jul 1, 2020
1 parent 4ce727e commit f92b894
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 @@ -114,7 +114,7 @@ enum CounterAction: Action {

// MARK: - UI

struct ContentView : View {
struct ContentView: View {
@StateObject var store = Store<Counter>(model: Counter())

var body: some View {
Expand Down

0 comments on commit f92b894

Please sign in to comment.