We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4f7964 + b9eb1b4 commit edd9b42Copy full SHA for edd9b42
1 file changed
README.md
@@ -39,7 +39,7 @@ const policy = {
39
maxDelay: 60000
40
}
41
42
-const url 'wss://live.example.com'
+const url = 'wss://live.example.com'
43
const socket = new StableSocket(url , delegate, policy)
44
socket.open()
45
```
0 commit comments