Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit ecc35bd

Browse files
committed
remove path in contrcutor
1 parent 12a6269 commit ecc35bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/balances.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// @see home_directory_config.php
66
// use config from ~/.confg/jaggedsoft/php-binance-api.json
7-
$api = new Binance\API( "/home/dave/.config/jaggedsoft/php-binance-api-1.json" );
7+
$api = new Binance\API();
88

99
// Get all of your positions, including estimated BTC value
1010
$balances = $api->balances();

0 commit comments

Comments
 (0)