From 59d8a682406b1d0803574ad4fa078d809cd769e9 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sat, 6 Mar 2021 18:09:29 +0000 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35cfe3b..943ba19 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ There are three REST API modules as there are some differences in each contract 3. `LinearClient` for linear perpetual ### REST Inverse -
To use the inverse REST APIs, import the `InverseClient` Click here to expand and see full sample: +
To use the inverse REST APIs, import the `InverseClient`. Click here to expand and see full sample: ```javascript const { InverseClient } = require('bybit-api');