diff --git a/README.md b/README.md index 60df726..b7d78cf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ 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'); @@ -107,7 +106,7 @@ client.getOrderBook({ symbol: 'BTCUSD' }) console.error("getOrderBook inverse error: ", err); }); ``` -

+ See [inverse-client.ts](./src/inverse-client.ts) for further information.