Skip to content

Commit 62f0b0a

Browse files
committed
Update README.md
1 parent 4c3716d commit 62f0b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export default class CounterContainer {
150150
// props passed to children will combine these actions and state.
151151
return (
152152
<Injector stores={{ counter: stores.counterStore }}
153-
actions={CounterActions}>
153+
actions={CounterActions}>
154154
{/* Yes this is a function as a child. Bear with me. */}
155155
{({ state, actions }) => <Counter {...state} {...actions} />}
156156
</Injector>

0 commit comments

Comments
 (0)