From 2a838d01a7e32a56d507b48ec3069e829e05cb8d Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sun, 29 Sep 2019 21:31:13 -0700 Subject: [PATCH] docs: WITH_TLS => USE_TLS --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 480034b1..9f9ef35c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -231,7 +231,7 @@ uint32_t m = webSocket.getMaxWaitBetweenReconnectionRetries(); ### TLS support and configuration -To leverage TLS features, the library must be compiled with the option `WITH_TLS=1`. +To leverage TLS features, the library must be compiled with the option `USE_TLS=1`. Then, secure sockets are automatically used when connecting to a `wss://*` url.