diff --git a/README.md b/README.md index b5aacdd1..d15ff5a5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ For fun, you can also open `http://localhost:3000/?debug_session=123`, click aro Oh, and you can do the same with the TodoMVC example as well. +If you only would like to monitor a part of the state, you can set a select-prop on the DevTools component. +ex. ` state.todos} store={store} monitor={LogMonitor} />` + + ### It's Ugly! The design or usability is not the point. (Although we'll have better design in the future :-) diff --git a/package.json b/package.json index 4ec3f1ae..cd694136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-devtools", - "version": "0.1.2", + "version": "0.1.3", "description": "Redux DevTools with hot reloading and time travel", "main": "lib/index.js", "scripts": {