We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e3dfdc + f61ce28 commit e1e379eCopy full SHA for e1e379e
README.md
@@ -15,7 +15,7 @@ Wrap the reducers you want synced between tabs with `syncedReducer`.
15
```js
16
import { syncedReducer } from 'redux-sync-reducer';
17
18
-syncedReduer(reducer);
+syncedReducer(reducer);
19
```
20
21
You also need to add the `syncMiddleware` when creating your store.
@@ -31,6 +31,7 @@ const store = createStore(reducers, applyMiddleware(syncMiddleware));
31
32
33
34
+
35
syncedReducer(reducer)
36
syncedReducer(reducer, config)
37
0 commit comments