Skip to content

Commit

Permalink
(docs) update stateReconciler import (#666)
Browse files Browse the repository at this point in the history
Fix undefined variable from example in the State Reconciler section
  • Loading branch information
hinok authored and rt2zz committed Jan 20, 2018
1 parent 49a3d85 commit 26109c0
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 @@ -89,7 +89,7 @@ This acts just like autoMergeLevel1, except it shallow merges two levels

#### Example
```js
import autoMergeLevel2 from 'redux-persist/lib/stateReconciler/hardSet'
import hardSet from 'redux-persist/lib/stateReconciler/hardSet'

const persistConfig = {
key: 'root',
Expand Down

0 comments on commit 26109c0

Please sign in to comment.