From 973ed05e817fcff8a2a89a6084070d708a387145 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 23 Apr 2021 13:44:32 -0500 Subject: [PATCH] README: Fix nested persists section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b91459f..b015d93a2 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ import { authReducer, otherReducer } from './reducers' const rootPersistConfig = { key: 'root', storage: storage, - blacklist: ['auth'] + whitelist: ['auth'] } const authPersistConfig = {