From 99602415c9a3675a285edcc3b5fa0a7d34d38100 Mon Sep 17 00:00:00 2001 From: DavidPinilla92 Date: Thu, 29 Oct 2020 07:12:08 +0100 Subject: [PATCH] update readme.md remove '+' from createStore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35145dbb..e2879e0a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ For a basic [Redux store](https://redux.js.org/api/createstore#createstorereduce ```diff const store = createStore( reducer, /* preloadedState, */ -+ window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() + window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__() ); ```