Skip to content

Commit

Permalink
chore(): readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Sep 24, 2024
1 parent 1e38c09 commit 5bd02a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,14 +364,12 @@ client.subscribe(
);
```
See [WebsocketClient](./src/WebsocketClient.ts) for further information and make sure to check the [examples](./examples/) folder for much more detail, especially [ws-spot-public.ts](./examples/ws-spot-public.ts), which explains a lot of detail.
See [WebsocketClient](./src/WebsocketClient.ts) for further information and make sure to check the [examples](./examples/) folder for much more usage examples, especially [publicWs.ts](./examples/AdvancedTrade/WebSockets/publicWs.ts) and [privateWs.ts](./examples/AdvancedTrade/WebSockets/privateWs.ts), which explains a lot of small details.
---
## Customise Logging
TO BE FILLED
Pass a custom logger which supports the log methods `trace`, `info` and `error`, or override methods from the default logger as desired.
```javascript
Expand Down

0 comments on commit 5bd02a2

Please sign in to comment.