From 668e35a771b83696960f10fe2e7ccf3367b77ac2 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 5 Nov 2021 10:32:47 -0400 Subject: [PATCH] Clarify note --- packages/redux-devtools-remote/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/redux-devtools-remote/README.md b/packages/redux-devtools-remote/README.md index 5e461822..0aaa13c5 100644 --- a/packages/redux-devtools-remote/README.md +++ b/packages/redux-devtools-remote/README.md @@ -157,7 +157,7 @@ For React Native you can use [remotedev-rn-debugger](https://github.com/jhen0409 | `id` | _String_ to identify the instance when sending the history triggered by `sendOn`. You can use, for example, user id here, to know who sent the data. | | `suppressConnectErrors` | _Boolean_ - if set to `false`, all socket errors thrown while trying to connect will be printed to the console, regardless of if they've been thrown before. This is primarily for suppressing `SocketProtocolError` errors, which get repeatedly thrown when trying to make a connection. Default is `true`. | -All parameters are optional. You have to provide at least `port` property to use `localhost`. +All parameters are optional. You have to provide the `port` property to use the `hostname` or `secure` properties. Example: