Update README.md

This commit is contained in:
Dan Abramov 2015-12-14 04:55:09 +00:00
parent 688b780614
commit 4066b591f1

View File

@ -56,8 +56,9 @@ import DockMonitor from 'redux-devtools-dock-monitor';
// createDevTools takes a monitor and produces a DevTools component
const DevTools = createDevTools(
// Monitors are individually adjustable with props
// Consult their repositories to learn about those props
// Monitors are individually adjustable with props.
// Consult their repositories to learn about those props.
// Here, we put LogMonitor inside a DockMonitor.
<DockMonitor toggleVisibilityKey='ctrl-h'
changePositionKey='ctrl-q'>
<LogMonitor theme='tomorrow' />