From 00fc86c9b8eda81f67db10a28bd5430cfefd80f9 Mon Sep 17 00:00:00 2001 From: garuda Date: Sun, 25 Jun 2023 14:06:29 +0800 Subject: [PATCH] docs: update doc --- README.md | 2 +- example/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2801eb2..f8808ed 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ futuresSDK.futuresTransactionHistory( #### Get Sub-Account Futures API List ```js -futuresSDK.futuresSubApi({ subName: 'testSDK' }, console.log); +futuresSDK.futuresSubApi({ subName: '' }, console.log); ``` #### Create Futures APIs for Sub-Account diff --git a/example/index.js b/example/index.js index 5c122fc..56e9745 100644 --- a/example/index.js +++ b/example/index.js @@ -74,7 +74,7 @@ futuresSDK.futuresStatus(console.log); // console.log // ); -futuresSDK.futuresSubApi({ subName: 'khan002' }, console.log); +// futuresSDK.futuresSubApi({ subName: '' }, console.log); // futuresSDK.futuresCreateSubApi( // {