Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
forgemo authored Jan 19, 2018
1 parent 5632c7c commit 0907310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ApiSpec: https://bittrex.com/home/api
Warning! This library is fairly young and **not considered stable**.
Use it with caution ... especially the market api.

## Breaking change in 2.0
For greater precision, double values have been replaced by BigDecimal.

## Getting started with Maven
1. Clone this repository
Expand All @@ -20,7 +22,7 @@ Use it with caution ... especially the market api.
<dependency>
<groupId>de.elbatya.cryptocoins</groupId>
<artifactId>bittrex-client</artifactId>
<version>1.0</version>
<version>2.0</version>
</dependency>
```

Expand Down

0 comments on commit 0907310

Please sign in to comment.