Skip to content

Commit

Permalink
docs: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Apexrsq committed Jun 25, 2023
1 parent 128d128 commit 00fc86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ futuresSDK.futuresStatus(console.log);
// console.log
// );

futuresSDK.futuresSubApi({ subName: 'khan002' }, console.log);
// futuresSDK.futuresSubApi({ subName: '' }, console.log);

// futuresSDK.futuresCreateSubApi(
// {
Expand Down

0 comments on commit 00fc86c

Please sign in to comment.