Skip to content

Commit bbfa6db

Browse files
author
Péter Hauszknecht
committed
fix README
1 parent 3138dc9 commit bbfa6db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
The simplest way to keep the immutable action controlled dataflow and define actions briefly is dispatching pure functions (as reducers) to the store.
88

9-
<img alt="draft" src="http://jaystack.com/wp-content/uploads/2017/08/repatch_pl-hand-d2-e1503663114155.png" style="margin: auto; width: 40%">
9+
<img alt="draft" src="http://jaystack.com/wp-content/uploads/2017/08/repatch_pl-hand-d2-e1503663114155.png" width="40%">
1010

1111
```javascript
1212
store.dispatch(state => ({ ...state, counter: state.counter + 1 }));

0 commit comments

Comments
 (0)