diff --git a/README.md b/README.md index 805648ec4..e0232207d 100755 --- a/README.md +++ b/README.md @@ -9,16 +9,29 @@ binance-java-api is a lightweight Java library for interacting with the [Binance * Support for User Data, Trade, Kline, and Depth event streaming using [Binance WebSocket API](https://www.binance.com/restapipub.html#wss-endpoint). ## Installation -1. Install library into your Maven's local repository by running `mvn install` -2. Add the following Maven dependency to your project's `pom.xml`: +1. Add the JitPack repository to your build file: + +```xml + + + jitpack.io + https://jitpack.io + + ``` - - com.binance.api - binance-api-client - 1.0.0 - + +2. Add the following Maven dependency to your project's `pom.xml`: + +```xml + + com.github.Bindambc + binance-java-api + v1.0.1 + ``` +3. Install library into your Maven's local repository by running `mvn install` + Alternatively, you can clone this repository and run the [examples](https://github.com/joaopsilva/binance-java-api/tree/master/src/test/java/com/binance/api/examples). ## Examples