Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 28dedd7

Browse files
authored
Update README.md
1 parent 0da7acd commit 28dedd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var sub = client.subscribe(
4040

4141
Option | Default value | Description
4242
------ | ------------- | -----------
43-
url | ws://www.streamr.com/api/v1/ws | Address of the Streamr websocket endpoint to connect to.
43+
url | wss://www.streamr.com/api/v1/ws | Address of the Streamr websocket endpoint to connect to.
4444
authKey | null | Define default authKey to use when none is specified in the call to `client.subscribe`.
4545
autoConnect | true | If set to `true`, the client connects automatically on the first call to `subscribe()`. Otherwise an explicit call to `connect()` is required.
4646
autoDisconnect | true  | If set to `true`, the client automatically disconnects when the last stream is unsubscribed. Otherwise the connection is left open and can be disconnected explicitly by calling `disconnect()`.

0 commit comments

Comments
 (0)