diff --git a/README.md b/README.md index 5a2bf93..4f3fa38 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Local development sets the proxy [More](https://github.com/zhouaini528/binance-p ```php $binance=new Binance($key,$secret); +//You can set special needs $binance->setOptions([ //Set the request timeout to 60 seconds by default 'timeout'=>10, diff --git a/README_CN.md b/README_CN.md index 2c3ac65..bb388bd 100644 --- a/README_CN.md +++ b/README_CN.md @@ -31,6 +31,7 @@ composer require "linwj/binance dev-master" ```php $binance=new Binance($key,$secret); +//You can set special needs $binance->setOptions([ //Set the request timeout to 60 seconds by default 'timeout'=>10, @@ -43,7 +44,7 @@ $binance->setOptions([ 'https' => 'http://127.0.0.1:12333', 'no' => ['.cn'] ], - + //Close the certificate 'verify'=>false, ]);