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 01240dc commit 4ce727e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ After the stores are updated, they notify the observers that their state has cha
so the views may query the new state and update themselves.

```swift
struct Counter {
var count = 0
}
struct Counter { var count = 0 }
let store = Store<Counter>(model: Counter())
```

Expand Down

0 comments on commit 4ce727e

Please sign in to comment.