Skip to content

Commit

Permalink
Fix a bad saga link in the readme (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamsanh authored and mariusandra committed Dec 20, 2017
1 parent cb3e8ca commit 7849fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -204,7 +204,7 @@ yarn add kea redux react-redux reselect
npm install kea redux react-redux reselect --save
```

Then configure the [Redux store](https://github.com/reactjs/react-redux/blob/master/docs/api.md#provider-store). You may either do it [manually](https://kea.js.org/api/store#manual) or use the `getStore` helper. We recommend using the helper, as it will also configure any installed plugins (e.g. [kea-saga](https://kea.js.org/api/saga)). You may pass additional middleware and reducers as [options](https://kea.js.org/api/store).
Then configure the [Redux store](https://github.com/reactjs/react-redux/blob/master/docs/api.md#provider-store). You may either do it [manually](https://kea.js.org/api/store#manual) or use the `getStore` helper. We recommend using the helper, as it will also configure any installed plugins (e.g. [kea-saga](https://kea.js.org/effects/saga)). You may pass additional middleware and reducers as [options](https://kea.js.org/api/store).

First, create a file called `store.js` with the following content:

Expand Down

0 comments on commit 7849fba

Please sign in to comment.