Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
```js
npm install --save ng-redux
```
#### bower
#### bower (deprecated)
**Warning!** ng-redux will stop being published to bower when version 4.0.0 hits. Bower recommends using yarn and webpack as an alternative for new projects.

```js
bower install --save ng-redux
```
Expand Down