Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alsiola authored Jan 26, 2017
1 parent ed829ab commit 2abecd6
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 @@ -14,7 +14,7 @@ Usage
The original connect function requires mapStateToProps to be a function with a single argument (state), for example,

````
import { selector } from './wherever/your/selector/is';
import { selector1, selector2, selector3 } from './wherever/your/selectors/are';
import { connect } from 'react-redux';
const YourComponent = ....
Expand Down

0 comments on commit 2abecd6

Please sign in to comment.