Skip to content

Commit 5b22f11

Browse files
committed
Merge pull request #7 from elgerlambert/readme/installation
Add installation section to Readme
2 parents 521bba1 + 4ca9ccc commit 5b22f11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
88
[![build status](https://img.shields.io/travis/wbuchwalter/ng-redux/master.svg?style=flat-square)](https://travis-ci.org/wbuchwalter/ng-redux)
99
[![npm version](https://img.shields.io/npm/v/ng-redux.svg?style=flat-square)](https://www.npmjs.com/package/ng-redux)
1010

11+
## Installation
12+
```js
13+
npm install --save ng-redux
14+
```
15+
1116
## Overview
1217

1318
ngRedux lets you easily connect your angular components with Redux.

0 commit comments

Comments
 (0)