Skip to content

Commit 0afa062

Browse files
committed
Include bower installation to documentation
1 parent ae09d4a commit 0afa062

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,20 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
2121

2222

2323
## Installation
24-
24+
#### npm
2525
```js
2626
npm install --save ng-redux
2727
```
28+
#### bower
29+
```js
30+
bower install --save ng-redux
31+
```
32+
33+
Add the following script tag to your html:
34+
35+
```html
36+
<script src="bower_components/ng-redux/dist/ng-redux.js"></script>
37+
```
2838

2939
## Quick Start
3040

0 commit comments

Comments
 (0)