From 8807f9b6b5ee970e16898f4672573fee5c2eaeed Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Thu, 27 Oct 2016 16:12:52 +0300 Subject: [PATCH] Update the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29353a..e9232dd 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Name | Description `theme` | Either a string referring to one of the themes provided by [redux-devtools-themes](https://github.com/gaearon/redux-devtools-themes) (feel free to contribute!) or a custom object of the same format. Optional. By default, set to [`'nicinabox'`](https://github.com/gaearon/redux-devtools-themes/blob/master/src/nicinabox.js). `select` | A function that selects the slice of the state for DevTools to show. For example, `state => state.thePart.iCare.about`. Optional. By default, set to `state => state`. `preserveScrollTop` | When `true`, records the current scroll top every second so it can be restored on refresh. This only has effect when used together with `persistState()` enhancer from Redux DevTools. By default, set to `true`. -`expandActionRoot` | When `true`, displays the action object expanded rather than collapsed. By default, set to `false`. -`expandStateRoot` | When `true`, displays the state object expanded rather than collapsed. By default, set to `false`. +`expandActionRoot` | When `true`, displays the action object expanded rather than collapsed. By default, set to `true`. +`expandStateRoot` | When `true`, displays the state object expanded rather than collapsed. By default, set to `true`. `markStateDiff` | When `true`, mark the state's values which were changed comparing to the previous state. It affects the performance significantly! You might also want to set `expandStateRoot` to `true` as well when enabling it. By default, set to `false`. ### License