Skip to content

Commit bf8d80a

Browse files
committed
fix example
1 parent 04da8fb commit bf8d80a

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
@@ -256,7 +256,7 @@ Example:
256256
import Poloniex from 'poloniex-api-node'
257257
const poloniex = new Poloniex({ apiKey: 'myKey', apiSecret: 'mySecret' })
258258

259-
// Create a new WebSocket connected to public endpoint. The WebSocket should not reconnect if disconnected.
259+
// Create a new WebSocket connected to private endpoint.
260260
const ws = poloniex.newAuthenticatedWebSocket()
261261

262262
// Specify event handlers

0 commit comments

Comments
 (0)