Skip to content

Commit 0e5dfd1

Browse files
authored
docs(Ecosystem): update redux-observable link and description
1 parent 2924259 commit 0e5dfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/Ecosystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ On this page we will only feature a few of them that the Redux maintainers have
6161
* [redux-thunk](http://github.com/gaearon/redux-thunk) — The easiest way to write async action creators
6262
* [redux-promise](https://github.com/acdlite/redux-promise)[FSA](https://github.com/acdlite/flux-standard-action)-compliant promise middleware
6363
* [redux-axios-middleware](https://github.com/svrcekmichal/redux-axios-middleware) — Redux middleware for fetching data with axios HTTP client
64-
* [redux-observable](https://github.com/blesh/redux-observable/) — RxJS middleware for Redux
64+
* [redux-observable](https://github.com/redux-observable/redux-observable/) — RxJS middleware for action side effects using "Epics"
6565
* [redux-rx](https://github.com/acdlite/redux-rx) — RxJS utilities for Redux, including a middleware for Observable
6666
* [redux-logger](https://github.com/fcomb/redux-logger) — Log every Redux action and the next state
6767
* [redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) — Warns about state mutations in development

0 commit comments

Comments
 (0)