Skip to content

Commit 6173222

Browse files
committed
improve README
1 parent 4aed6c6 commit 6173222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ socket.on("foo", new Emitter.Listener() {
122122
});
123123
```
124124

125-
Use custom SSL settings:
125+
SSL (HTTPS, WSS) settings:
126126

127127
```java
128-
// default SSLContext for all sockets
128+
// default settings for all sockets
129129
IO.setDefaultSSLContext(mySSLContext);
130130
IO.setDefaultHostnameVerifier(myHostnameVerifier);
131131

0 commit comments

Comments
 (0)