From 37eda914afa9da99b06c380e206be78136ed4cfd Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 15 Jul 2015 00:59:35 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8598f0b..f06123bf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ Oh, and you can do the same with the TodoMVC example as well. The design or usability is not the point. (Although we'll have better design in the future :-) -**You can build a completely custom UI for it because `` accepts a `monitor` React component prop.** The included `LogMonitor` is just an example. +**You can build a completely custom UI for it** because `` accepts a `monitor` React component prop. The included `LogMonitor` is just an example. + +**[In fact I challenge you to build a custom monitor for Redux DevTools!](https://github.com/gaearon/redux-devtools/issues/3)** Some crazy ideas for custom monitors: @@ -42,6 +44,7 @@ Some crazy ideas for custom monitors: * A time machine like interface where the last N states of your app reside on different Z layers * Feel free to come up with and implement your own! Check `LogMonitor` propTypes to see what you can do. + ### License MIT