diff --git a/x/smart/README.md b/x/smart/README.md index 33ef55df..0f9193de 100644 --- a/x/smart/README.md +++ b/x/smart/README.md @@ -80,12 +80,10 @@ The config that the Smart Dialer takes is in a JSON format. Here is an example: ```json { "tcp": { - "address": "1.1.1.1:53" + "address": "8.8.8.8" } } -``` - * `address`: The host:port of the TCP resolver. ### TLS Configuration