From ec7e96694b00ec7f9f34f3db60a0504a75cb353d Mon Sep 17 00:00:00 2001 From: Jon Eyrick Date: Mon, 1 Jun 2020 18:48:02 +0200 Subject: [PATCH] Pull requests are welcome. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d22ab0ee..e9a3a63c 100755 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ [![HitCount](http://hits.dwyl.io/jaggedsoft/php-binance-api.svg)](http://hits.dwyl.io/jaggedsoft/php-binance-api) [![Packagist Downloads](https://img.shields.io/packagist/dt/jaggedsoft/php-binance-api.svg?style=flat-square)](https://packagist.org/packages/jaggedsoft/php-binance-api) -> **Help Wanted** I don't have time to actively maintain this project anymore, for full support use the [Javascript API](https://github.com/jaggedsoft/node-binance-api). Pull requests from the community are welcome. - +> **Help Wanted:** I don't have time to actively maintain this project anymore, for full support use the [Javascript API](https://github.com/jaggedsoft/node-binance-api).
***Pull requests from the community are welcome.*** + # PHP Binance API This project is designed to help you make your own projects that interact with the [Binance API](https://github.com/binance-exchange/binance-official-api-docs). You can stream candlestick chart data, market depth, or use other advanced features such as setting stop losses and iceberg orders. This project seeks to have complete API coverage including WebSockets.