Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermarkussen committed Jul 28, 2015
1 parent 5813c4c commit dda35f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ open http://localhost:3000
Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`.
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.

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. <DevTools select={state => state.todos} store={store} monitor={LogMonitor} />
ex. `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`

Oh, and you can do the same with the TodoMVC example as well.

### It's Ugly!

Expand Down

0 comments on commit dda35f7

Please # to comment.