Skip to content

Commit 00b2a9d

Browse files
author
Scott Prue
committed
Fix instructions in use section of README [ci skip]
1 parent fcbcc8e commit 00b2a9d

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
@@ -42,7 +42,7 @@ If you're not, you can access the library on [unpkg](https://unpkg.com/redux-fir
4242

4343
## Use
4444

45-
Include `reactReduxFirebase` (store enhancer) and `firebaseReducer` (reducer) while creating your redux store:
45+
Include `firebaseReducer` (reducer) while creating your redux store then pass dispatch and your firebase instance to `ReactReduxFirebaseProvider` (context provider):
4646

4747
```javascript
4848
import React from 'react'

0 commit comments

Comments
 (0)