From b228a885d9c8a247b1b0f1f0780584f459a17782 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 14 Dec 2015 04:21:34 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9450c80..300626f9 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ export default function configureStore(initialState) { } ``` -#### Render `` in Your App +#### Render `` in Your App... Finally, include the `DevTools` component in your page. A naïve way to do this would be to render it right in your `index.js`: @@ -245,7 +245,7 @@ export default class Root extends Component { } ``` -#### Adjusting the Appearance +#### ...Or Open Them in a New Window When you use [`DockMonitor`](https://github.com/gaearon/redux-devtools-dock-monitor), you usually want to render `` at the root of your app. It will appear in a docked container above it. However, you can also render it anywhere else in your React component tree. In this case, you’d create a development and a production version of some other component that would either include or exclude ``.