Skip to content

Commit 3bd4fda

Browse files
committed
Update README
1 parent 66e8b1b commit 3bd4fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
5757
- If something goes wrong, [open an issue](https://github.com/zalmoxisus/redux-devtools-extension/issues) or tweet me: [@mdiordiev](https://twitter.com/mdiordiev).
5858

5959
#### How to make it faster
60-
Find `Redux DevTools` on the extensions page (`chrome://extensions/`). Under the title there will be an `Options` link. You may set maximum delay to `0` in order to have no delay or set to a higher value if your app generates a lot of actions. Also, you may disable serialization if your states are plain objects without circular references.
60+
Find `Redux DevTools` on the extensions page (`chrome://extensions/`). Under the title there will be an `Options` link. You may set maximum delay to `0` in order to have no delay or set to a higher value if your app generates a lot of actions. You may disable serialization if your states are plain objects with no circular references. Also, limit the quantity of stored actions to a lower value.
6161
#### How to disable/enable it in production
6262
On the options page you may enable the extension to be injected in all pages or you may specify the pages urls to be injected in. Use regex values and new line as a separator.
6363
#### How to open Redux DevTools in a new window

0 commit comments

Comments
 (0)