Readme adjustments

master
Nelson R. Perez 2017-03-24 00:00:17 -05:00
parent 207d43ddf1
commit 8a3572e882
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# graphenej
A Java library for mobile app Developers; Graphene/Bitshares blockchain.
#Sample use
##Very simple funds transfer
## Sample use
### Very simple funds transfer
This is a simple transfer operation of 1 BTS from account **bilthon-15** to **bilthon-5**
```java
@ -38,4 +39,4 @@ mWebSocket.addListener(new TransactionBroadcastSequence(transaction, new Asset("
mWebSocket.connect();
```
The provided ```listener``` is an instance of the class ```WitnessResponseListener```.
The provided ```listener``` is an instance of the class ```WitnessResponseListener```.