Skip to content

Commit

Permalink
frint-store: Fix wrong combineReducers require in docs (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslaff authored and fahad19 committed Aug 3, 2017
1 parent ad2f998 commit 05313bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frint-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Via [unpkg](https://unpkg.com) CDN:
Let's import the necessary functions from the library first:

```js
const Frint = require('frint');
const { createStore, combineReducers } = Frint;
const FrintStore = require('frint-store');
const { createStore, combineReducers } = FrintStore;
```

We can start by defining our Action Types:
Expand Down

0 comments on commit 05313bc

Please sign in to comment.