Skip to content

Commit dda35f7

Browse files
Update README.md
1 parent 5813c4c commit dda35f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ open http://localhost:3000
3131
Try clicking on actions in the log, or changing some code inside `examples/counter/reducers/counter`.
3232
For fun, you can also open `http://localhost:3000/?debug_session=123`, click around, and then refresh.
3333

34+
Oh, and you can do the same with the TodoMVC example as well.
35+
3436
If you only would like to monitor a part of the state, you can set a select-prop on the DevTools component.
35-
ex. <DevTools select={state => state.todos} store={store} monitor={LogMonitor} />
37+
ex. `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
3638

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

3940
### It's Ugly!
4041

0 commit comments

Comments
 (0)