From 7f4add81b436096db0b17224e79ae25984e405d4 Mon Sep 17 00:00:00 2001 From: Nathan Brown Date: Fri, 28 Aug 2015 09:28:07 -0700 Subject: [PATCH] Updated README.md with info on Ctrl+H --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcd43e52..a8b9436a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A live-editing time travel environment for [Redux](https://github.com/rackt/redu * If the reducers throw, you will see during which action this happened, and what the error was * With `persistState()` store enhancer, you can persist debug sessions across page reloads * To monitor a part of the state, you can set a `select` prop on the DevTools component: ` state.todos} store={store} monitor={LogMonitor} />` +* Toggle visibility with Ctrl+H ### Installation