Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Mar 20, 2023
1 parent 04da8fb commit bf8d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Example:
import Poloniex from 'poloniex-api-node'
const poloniex = new Poloniex({ apiKey: 'myKey', apiSecret: 'mySecret' })

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

// Specify event handlers
Expand Down

0 comments on commit bf8d80a

Please sign in to comment.