We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688b780 commit 4066b59Copy full SHA for 4066b59
README.md
@@ -56,8 +56,9 @@ import DockMonitor from 'redux-devtools-dock-monitor';
56
57
// createDevTools takes a monitor and produces a DevTools component
58
const DevTools = createDevTools(
59
- // Monitors are individually adjustable with props
60
- // Consult their repositories to learn about those props
+ // Monitors are individually adjustable with props.
+ // Consult their repositories to learn about those props.
61
+ // Here, we put LogMonitor inside a DockMonitor.
62
<DockMonitor toggleVisibilityKey='ctrl-h'
63
changePositionKey='ctrl-q'>
64
<LogMonitor theme='tomorrow' />
0 commit comments