Skip to content

Commit d5a5630

Browse files
committed
readme: added install details
1 parent 90d53fb commit d5a5630

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ For the moment, it's really simple and the main logic is < 40 lines of code.
99
It should be easy-to-understand assuming you are already familiar with [Redux](http://redux.js.org/docs/api/createStore.html).
1010
If you have ideas for use-cases that this lib doesn't currently support then just [open an issue](https://github.com/DaveJ/js-redux/issues).
1111

12+
## Install
13+
14+
```sh
15+
npm install --save js-redux
16+
```
17+
1218
## Provide a redux store
1319

1420
When you `provide` a store then it is provided globally (rather than being an instance).

0 commit comments

Comments
 (0)