From 7bd40d10b8a4f031e3901b4db81d89f90f41ba98 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 6 Mar 2021 17:58:35 +0000 Subject: [PATCH] readme headers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a20afb..2696bf4 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ client.getOrderBook({ symbol: 'BTCUSDH21' }) See [inverse-futures-client.ts](./src/inverse-futures-client.ts) for further information. -### Linear Contracts +## Linear Contracts
To use the Linear (USDT) REST APIs, import the `LinearClient`. Click here to expand and see full sample: ```javascript @@ -193,7 +193,7 @@ client.getOrderBook({ symbol: 'BTCUSDT' })
-### WebSockets +## WebSockets Inverse & linear WebSockets can be used via a shared `WebsocketClient`.