From 80bcbdb752d98a83660c30961fa57e2a121db52c Mon Sep 17 00:00:00 2001 From: CryptoCompiler <72892531+peepopoggers@users.noreply.github.com> Date: Sun, 14 Feb 2021 17:26:54 +0000 Subject: [PATCH] Update README.md Co-authored-by: Tiago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fbb597..752e2c1 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ A production-ready Node.js connector for the Bybit APIs and WebSockets, with Typ ## Issues & Discussion - Issues? Check the [issues tab](https://github.com/tiagosiebler/bybit-api/issues). -- RestClient not defined? With the recent addition of LinearClient, we renamed RestClient to InverseClient. Change all old references. - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. +- `'bybit-api' has no exported member 'RestClient'`: use `InverseClient` instead of `RestClient` ## Documentation Most methods accept JS objects. These can be populated using parameters specified by Bybit's API documentation.