Skip to content

Commit 70c0582

Browse files
author
Simen Brekken
committed
Clairfy first connect() example
1 parent fd245f9 commit 70c0582

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
@@ -61,7 +61,7 @@ A React component class that passes subscriptions and actions as props to your c
6161
6262
##### Pass `todos` as a prop
6363

64-
> Note: The value of `todos` is analogous to https://my-firebase.firebaseio.com/todos.
64+
> Note: The value of `todos` is the path to your data in Firebase. This is equivalent to `firebase.database().ref('todo')`.
6565
6666
```js
6767
const mapFirebaseToProps = {

0 commit comments

Comments
 (0)