Skip to content

Commit

Permalink
fix(Docs): update effects description (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobiletainment authored and brandonroberts committed Jul 23, 2017
1 parent 27cdd36 commit c77b2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reactive libraries for Angular
## Packages

- [@ngrx/store](./docs/store/README.md) - RxJS powered state management for Angular applications, inspired by Redux
- [@ngrx/effects](./docs/effects/README.md) - Side Effect model for @ngrx/store to model UI events as an additional sources oF actions.
- [@ngrx/effects](./docs/effects/README.md) - Side Effect model for @ngrx/store to model event sources as actions.
- [@ngrx/router-store](./docs/router-store/README.md) - Bindings to connect the Angular Router to @ngrx/store
- [@ngrx/store-devtools](./docs/store-devtools/README.md) - Store instrumentation that enables a
[powerful time-travelling debugger](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en).
Expand Down

0 comments on commit c77b2d9

Please sign in to comment.