Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Mar 27, 2017
1 parent 986304a commit 4cd005b
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 @@ -47,7 +47,7 @@ const timesIncremented = createModule('timesIncremented', 0 {
```js
// counter.js

import createModule from "./createModule";
import createModule from "redux-create-module";

const counter = createModule('counter', 0, {
increment: (state, action) => state + 1,
Expand Down

0 comments on commit 4cd005b

Please sign in to comment.