Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #65 from happypoulp/readme-withReducer-typo
Browse files Browse the repository at this point in the history
Fix typo in withReducer example in README
  • Loading branch information
acdlite committed Nov 18, 2015
2 parents 628b04b + 989b2d2 commit 63523cc
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 @@ -52,7 +52,7 @@ const counterReducer = (count, action) => {
}

const Counter = withReducer(
'count', 'dispatch', counterReducer, 0,
'counter', 'dispatch', counterReducer, 0,
({ counter, dispatch }) => (
<div>
Count: {counter}
Expand Down

0 comments on commit 63523cc

Please sign in to comment.