From 6173222006e3f46d2fd83ef0f291e979354432ce Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sat, 30 Jan 2016 01:33:40 +0900 Subject: [PATCH] improve README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8521fcc..21c7279 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,10 @@ socket.on("foo", new Emitter.Listener() { }); ``` -Use custom SSL settings: +SSL (HTTPS, WSS) settings: ```java -// default SSLContext for all sockets +// default settings for all sockets IO.setDefaultSSLContext(mySSLContext); IO.setDefaultHostnameVerifier(myHostnameVerifier);