Skip to content

Commit c384626

Browse files
committed
Update README.md
1 parent 48059e9 commit c384626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ngRedux.connect(selector, callback, disableCaching = false);
1919
$ngRedux.connect([selector1, selector2, ...], callback, disableCaching = false);
2020
```
2121

22-
Where selector is a function taking for single argument the entire redux Store's state (a plain JS object) and returns another object, which is the slice of the state that your component is interested in.
22+
Where '''selector''' is a function taking for single argument the entire redux Store's state (a plain JS object) and returns another object, which is the slice of the state that your component is interested in.
2323
e.g:
2424
```JS
2525
state => state.todos

0 commit comments

Comments
 (0)