Skip to content

Commit 0c2877b

Browse files
committed
update dependencies
1 parent 77dd3bd commit 0c2877b

File tree

3 files changed

+261
-371
lines changed

3 files changed

+261
-371
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ async function run() {
6464
const Binance = require('node-binance-api');
6565
const binance = new Binance().options({
6666
APIKEY: '<key>',
67-
APISECRET: '<secret>'
67+
APISECRET: '<secret>',
68+
test: true, // if you want to use the sandbox/testnet
6869
});
6970
```
7071

0 commit comments

Comments
 (0)