From 87683423c0d50592afe6e087a498845042079386 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 24 Oct 2022 19:46:04 +0100 Subject: [PATCH] fix readme typo --- README.md | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9da03f..3b337c0 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The version on npm is the output from the `build` command and can be used in pro Each REST API group has a dedicated REST client. To avoid confusion, here are the available REST clients and the corresponding API groups: | Class | Description | |:------------------------------------------------------------------: |:----------------------------------------------------------------------------------------------------------------------------: | -| [ **Derivatives v3** ] | The Derivatves v3 APIs (successor to the Futures V2 APIs) | +| [ **Derivatives v3** ] | The Derivatives v3 APIs (successor to the Futures V2 APIs) | | [UnifiedMarginClient](src/unified-margin-client.ts) | [Derivatives (v3) Unified Margin APIs](https://bybit-exchange.github.io/docs/derivativesV3/unified_margin/#t-introduction) | | [ContractClient](src/contract-client.ts) | [Derivatives (v3) Contract APIs](https://bybit-exchange.github.io/docs/derivativesV3/contract). | | [ **Futures v2** ] | The Futures v2 APIs | diff --git a/package-lock.json b/package-lock.json index 61cfaeb..cf2231a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bybit-api", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bybit-api", - "version": "3.1.1", + "version": "3.1.2", "license": "MIT", "dependencies": { "axios": "^0.21.0",