From a73bc7c916a031a173b04576375339d494da2f5c Mon Sep 17 00:00:00 2001 From: Pascal Date: Wed, 1 May 2024 14:49:11 -0400 Subject: [PATCH] Update link to config type definition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a963053..57dbb0cc 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ const App = () => { #### `persistReducer(config, reducer)` - arguments - - [**config**](https://github.com/rt2zz/redux-persist/blob/master/src/types.js#L13-L27) *object* + - [**config**](https://github.com/rt2zz/redux-persist/blob/master/src/types.ts#L33-L56) *object* - required config: `key, storage` - notable other config: `whitelist, blacklist, version, stateReconciler, debug` - **reducer** *function*