Skip to content

Commit dc64c4d

Browse files
committed
Remove example parameters since the example is often copy pasted
1 parent 199cf9d commit dc64c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
typeof window === 'object' &&
7979
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ?
8080
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
81-
name: 'MyApp', actionsBlacklist: ['REDUX_STORAGE_SAVE']
81+
// Specify here name, actionsBlacklist, actionsCreators and other options
8282
}) : compose;
8383

8484
const enhancer = composeEnhancers(
@@ -112,7 +112,7 @@
112112
import { composeWithDevTools } from 'redux-devtools-extension';
113113

114114
const composeEnhancers = composeWithDevTools({
115-
name: 'MyApp', actionsBlacklist: ['REDUX_STORAGE_SAVE']
115+
// Specify here name, actionsBlacklist, actionsCreators and other options
116116
});
117117
const store = createStore(reducer, composeEnhancers(
118118
applyMiddleware(...middleware),

0 commit comments

Comments
 (0)