From bc91a728975dd3fc147fcad457aeed911b5979e2 Mon Sep 17 00:00:00 2001 From: Daniel Vogel Date: Sun, 6 Aug 2017 01:06:56 -0500 Subject: [PATCH] modifying README --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 64e4c4c..270f6fc 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,15 @@ # bitso-java [Bitso's](https://bitso.com) official Java wrapper to interact with the [Bitso REST API v2](https://bitso.com/api_info/v2). -*We recommend you migrate to [Bitso's](https://bitso.com) new [Bitso REST API v3](https://bitso.com/api_info).* - -## Installation -### Using Maven +*We recommend you migrate to [Bitso's](https://bitso.com) new [Bitso REST API v3](https://bitso.com/api_info).* -Add the following dependency to your project's Maven pom.xml: +You can access our Java REST API v3 Wrapper in [GitHub](https://github.com/bitsoex/bitso-java/). -```xml - - com.bitso - bitso-java - 2.0.3 - -``` +## Maven/Gradle -The library will automatically be pulled from Maven Central. +You can add this library as a dependency to your Maven or Gradle project through [JitPack](https://jitpack.io/#bitsoex/bitso-java). -### JDK Requirements +## JDK Requirements This library is only supported by OpenJDK 8 ## Usage