Skip to content

Commit

Permalink
Fixed typo, would previously break the example code
Browse files Browse the repository at this point in the history
  • Loading branch information
eveningkid committed Mar 17, 2018
1 parent c1acfcb commit 8aa3d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/persist/README.md
Expand Up @@ -17,7 +17,7 @@ npm install @rematch/persist
```js
import createRematchPersist from '@rematch/persist'

const persistPlugin = rematchPersist({
const persistPlugin = createRematchPersist({
whiteList: ['modelName1'],
throttle: 5000,
version: 1,
Expand Down

0 comments on commit 8aa3d59

Please sign in to comment.