Skip to content

Commit b228a88

Browse files
committed
Update README.md
1 parent 3d15db0 commit b228a88

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
@@ -161,7 +161,7 @@ export default function configureStore(initialState) {
161161
}
162162
```
163163

164-
#### Render `<DevTools>` in Your App
164+
#### Render `<DevTools>` in Your App...
165165

166166
Finally, include the `DevTools` component in your page.
167167
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 {
245245
}
246246
```
247247

248-
#### Adjusting the Appearance
248+
#### ...Or Open Them in a New Window
249249

250250
When you use [`DockMonitor`](https://github.com/gaearon/redux-devtools-dock-monitor), you usually want to render `<DevTools>` 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 `<DevTools>`.
251251

0 commit comments

Comments
 (0)