From b22bc38b543888e89e1fbebaf15f553ece8bf12e Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 6 Mar 2021 17:55:01 +0000 Subject: [PATCH] readme formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7d78cf..6ade13b 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ There are three REST API modules as there are some differences in each contract To use the inverse REST APIs, import the `InverseClient`:
Click here to expand and see full sample: + ```javascript const { InverseClient } = require('bybit-api'); @@ -106,6 +107,7 @@ client.getOrderBook({ symbol: 'BTCUSD' }) console.error("getOrderBook inverse error: ", err); }); ``` +
See [inverse-client.ts](./src/inverse-client.ts) for further information.