Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrickyspanish committed May 4, 2019
1 parent 763d1f9 commit c7550f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ For this purpose we create a duck factory that will allow us to create scoped ve

```javascript
// src/counter/duckFactory.js
import { createScopedDuckFactory } from "redux-duck-scope";
import { createScopedDuckFactory } from "redux-scoped-ducks";
import * as counterDuck from "./duck"

export default createScopedDuckFactory(counterDuck);
Expand Down

0 comments on commit c7550f7

Please sign in to comment.