Skip to content

Commit 4ca9ccc

Browse files
committed
Add installation section to Readme
1 parent 521bba1 commit 4ca9ccc

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)