diff --git a/README.md b/README.md index 4d34352..f894f64 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ export default function configureStore(initialState) { ); // Note: passing enhancer as last argument requires redux@>=3.1.0 const store = createStore(reducer, initialState, enhancer); - // devTools will ignores other enhancers & middlewares - // update the store after creating / changing: + // If you have other enhancers & middlewares + // update the store after creating / changing to allow devTools to use them devTools.updateStore(store); return store; } @@ -90,8 +90,8 @@ export default function configureStore(initialState) { maxAge: 30, filters: { blacklist: ['EFFECT_RESOLVED'] } }) ); - // devTools will ignores other enhancers & middlewares - // update the store after creating / changing: + // If you have other enhancers & middlewares + // update the store after creating / changing to allow devTools to use them devTools.updateStore(store); return store; } diff --git a/package.json b/package.json index 455a10f..eb6eaec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remote-redux-devtools", - "version": "0.4.0", + "version": "0.4.1", "description": "Relay Redux actions to remote Redux DevTools.", "main": "lib/index.js", "files": [