Skip to content

Commit f0a6465

Browse files
committed
Merge pull request #31 from amitport/patch-1
added ng-redux-router ref
2 parents 196b00e + c8c08d8 commit f0a6465

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
1515
- [Installation](#installation)
1616
- [Quick Start](#quick-start)
1717
- [API](#api)
18-
- [UI-Router](#ui-router)
18+
- [Routers](#routers)
1919
- [Using DevTools](#using-devtools)
2020

2121

@@ -127,8 +127,9 @@ $ngRedux.subscribe(() => {
127127
This means that you are free to use Redux basic API in advanced cases where `connect`'s API would not fill your needs.
128128

129129

130-
## UI-Router
131-
See [redux-ui-router](https://github.com/neilff/redux-ui-router) to make ng-redux and UI-Router work together.
130+
## Routers
131+
See [redux-ui-router](https://github.com/neilff/redux-ui-router) to make ng-redux and UI-Router work together. <br>
132+
See [ng-redux-router](https://github.com/amitport/ng-redux-router) to make ng-redux and angular-route work together.
132133

133134
## Using DevTools
134135
In order to use Redux DevTools with your angular app, you need to install [react](https://www.npmjs.com/package/react), [react-redux](https://www.npmjs.com/package/react-redux) and [redux-devtools](https://www.npmjs.com/package/redux-devtools) as development dependencies.

0 commit comments

Comments
 (0)