Skip to content

Commit

Permalink
Merge pull request #20 from tomkur/master
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
chicoxyzzy committed Jan 24, 2016
2 parents 7ed6d29 + dadb320 commit bc5bd96
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 @@ -28,7 +28,7 @@ This lets you create Connector-like smart components using RxJS sequences. `sele

- `props$` - A sequence of props passed from the owner
- `state$` - A sequence of state from the Redux store
- `dispatch$` - A sequence representing the `dispatch()` method. In real-world usage, this should sequence only has a single value, but it's provided as a sequence for correctness.
- `dispatch$` - A sequence representing the `dispatch()` method. In real-world usage, this sequence only has a single value, but it's provided as a sequence for correctness.

`selectState()` should return a sequence of props that can be passed to the child. This provides a great integration point for [sideways data-loading](https://github.com/facebook/react/issues/3398).

Expand Down

0 comments on commit bc5bd96

Please sign in to comment.