Skip to content

Commit ee81c77

Browse files
Update README.md
don't be greedy ;)
1 parent 3e72b7b commit ee81c77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ System.out.println(sellResult);
7070
```
7171

7272
## Withdraw Bitcoins (and donate!)
73-
Withdraw 0.1 BTC from your mtgox to a wallet address (mine)
73+
Withdraw 0.01 BTC from your mtgox to a wallet address (mine)
7474
```java
75-
trade.withdrawBTC(0.1, "1N7XxSvek1xVnWEBFGa5sHn1NhtDdMhkA7")
75+
trade.withdrawBTC(0.01, "1N7XxSvek1xVnWEBFGa5sHn1NhtDdMhkA7")
7676
```
77-
I'll be more than happy if you decide to test the above instruction ;) Indeed, by executing the code above you will donate 0.1 BTC to support my effort in completing this trading API. Feel free to integrate this library into your project. If you get rich (or if you design some trading algorithm to get rich) , let me know ;).
77+
I'll be more than happy if you decide to test the above instruction ;) Indeed, by executing the code above you will donate 0.01 BTC to support my effort in completing this trading API. Feel free to integrate this library into your project. If you get rich (or if you design some trading algorithm to get rich) , let me know ;).
7878

7979
#Love it
8080

0 commit comments

Comments
 (0)