Skip to content

Commit 4066b59

Browse files
committed
Update README.md
1 parent 688b780 commit 4066b59

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
@@ -56,8 +56,9 @@ import DockMonitor from 'redux-devtools-dock-monitor';
5656

5757
// createDevTools takes a monitor and produces a DevTools component
5858
const DevTools = createDevTools(
59-
// Monitors are individually adjustable with props
60-
// Consult their repositories to learn about those props
59+
// Monitors are individually adjustable with props.
60+
// Consult their repositories to learn about those props.
61+
// Here, we put LogMonitor inside a DockMonitor.
6162
<DockMonitor toggleVisibilityKey='ctrl-h'
6263
changePositionKey='ctrl-q'>
6364
<LogMonitor theme='tomorrow' />

0 commit comments

Comments
 (0)