Skip to content

Commit eb80170

Browse files
committed
Update README.md
1 parent 81cea2b commit eb80170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ For fun, you can also open `http://localhost:3000/?debug_session=123`, click aro
321321

322322
### Custom Monitors
323323

324-
**DevTools accepts monitor components so you can build a completely custom UI.** [`redux-devtools-log-monitor`](https://github.com/gaearon/redux-devtools-log-monitor) and [`redux-devtools-dock-monitor`](https://github.com/gaearon/redux-devtools-dock-monitor) are just examples of what is possible.
324+
**DevTools accepts monitor components so you can build a completely custom UI.** [`LogMonitor`](https://github.com/gaearon/redux-devtools-log-monitor) and [`DockMonitor`](https://github.com/gaearon/redux-devtools-dock-monitor) are just examples of what is possible.
325325

326326
**[I challenge you to build a custom monitor for Redux DevTools!](https://github.com/gaearon/redux-devtools/issues/3)**
327327

@@ -330,7 +330,7 @@ Some crazy ideas for custom monitors:
330330
* A slider that lets you jump between computed states just by dragging it
331331
* An in-app layer that shows the last N states right in the app (e.g. for animation)
332332
* A time machine like interface where the last N states of your app reside on different Z layers
333-
* Feel free to come up with and implement your own! Check [`LogMonitor`](https://github.com/gaearon/redux-devtools-log-monitor) propTypes to see what you can do.
333+
* Feel free to come up with and implement your own! Check [`LogMonitor`](https://github.com/gaearon/redux-devtools-log-monitor) `propTypes` to see what you can do.
334334

335335
In fact some of these are implemented already:
336336

0 commit comments

Comments
 (0)