Skip to content

Commit

Permalink
remove path in contrcutor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed May 2, 2018
1 parent 12a6269 commit ecc35bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/balances.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

0 comments on commit ecc35bd

Please sign in to comment.