diff --git a/docs/basic-usage/ssl.md b/docs/basic-usage/ssl.md index 7e700d8459..70a02e4232 100644 --- a/docs/basic-usage/ssl.md +++ b/docs/basic-usage/ssl.md @@ -61,6 +61,7 @@ window.Echo = new Echo({ key: 'your-pusher-key', wsHost: window.location.hostname, wsPort: 6001, + wssPort: 6001, disableStats: true, forceTLS: true });