Skip to content

Commit b9eb1b4

Browse files
authored
Update README.md
1 parent e4f7964 commit b9eb1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const policy = {
3939
maxDelay: 60000
4040
}
4141

42-
const url 'wss://live.example.com'
42+
const url = 'wss://live.example.com'
4343
const socket = new StableSocket(url , delegate, policy)
4444
socket.open()
4545
```

0 commit comments

Comments
 (0)