From c7e30d9b498c7d1f685b516bde885d99e2e3069d Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 6 Mar 2021 18:05:27 +0000 Subject: [PATCH] readme formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f1dde..ad33aff 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,9 @@ See [websocket-client.ts](./src/websocket-client.ts) for further information. Note: for linear websockets, pass `linear: true` in the constructor options when instancing the `WebsocketClient`. To connect to both linear and inverse websockets, make two instances of the WebsocketClient. ### Customise Logging -
Pass a custom logger which supports the log methods `silly`, `debug`, `notice`, `info`, `warning` and `error`, or override methods from the default logger as desired. Click here to expand and see full sample: +Pass a custom logger which supports the log methods `silly`, `debug`, `notice`, `info`, `warning` and `error`, or override methods from the default logger as desired. + +
Click here to expand and see full sample: ```javascript const { WebsocketClient, DefaultLogger } = require('bybit-api');