Skip to content

Commit

Permalink
Merge pull request #21 from Apexrsq/master
Browse files Browse the repository at this point in the history
docs: update README require
  • Loading branch information
GannicusZhou committed Jun 28, 2023
2 parents 626c552 + 599f82c commit 7d2c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ yarn add kucoin-futures-node-sdk

```js
/** Require SDK */
const KuCoinFutures = require('kucoin-futures-node-sdk');
const KuCoinFutures = require('kucoin-futures-node-sdk').default;
const futuresSDK = new KuCoinFutures({
key: '', // KC-API-KEY
secret: '', // API-Secret
Expand Down

0 comments on commit 7d2c1bf

Please sign in to comment.