Skip to content

Commit 430082c

Browse files
committed
Improved README
1 parent f829957 commit 430082c

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
@@ -1,4 +1,4 @@
1-
#Bitcoin trading using Mt.Gox API v2
1+
#Trading Bitcoins using Mt.Gox API v2
22
It is a simple java client that uses the new Mt.Gox API (V2). The API are not well documented and this libraries are still unstable. I must say thank you to nitrous which is putting effort in documenting the v2 [here](https://bitbucket.org/nitrous/mtgox-api/overview).
33

44
Disclaimer: **This codebase is under development. Use it at your own risk**
@@ -67,8 +67,8 @@ String sellResult = trade.sellBTC(0.1);
6767
System.out.println(sellResult);
6868
```
6969

70-
## Withdraw Bitcoins(and donate!)
71-
Withdraw 0.1 BTC from your mtgox to a wallet address (mine ;)
70+
## Withdraw Bitcoins (and donate!)
71+
Withdraw 0.1 BTC from your mtgox to a wallet address (mine)
7272
```java
7373
trade.withdrawBTC(0.1, "1N7XxSvek1xVnWEBFGa5sHn1NhtDdMhkA7")
7474
```

0 commit comments

Comments
 (0)