Skip to content

Commit 2f8ecf2

Browse files
committed
Merge pull request #90 from ngbrown/patch-1
Updated README.md with info on Ctrl+H
2 parents 75322b1 + 7f4add8 commit 2f8ecf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu
1414
* If the reducers throw, you will see during which action this happened, and what the error was
1515
* With `persistState()` store enhancer, you can persist debug sessions across page reloads
1616
* To monitor a part of the state, you can set a `select` prop on the DevTools component: `<DevTools select={state => state.todos} store={store} monitor={LogMonitor} />`
17+
* Toggle visibility with Ctrl+H
1718

1819
### Installation
1920

0 commit comments

Comments
 (0)