Initial 0.9.0 release cleanup.
This commit is contained in:
parent
39251ca967
commit
c8fe346320
5 changed files with 7 additions and 7 deletions
|
@ -21,7 +21,7 @@ fun main(args: Array<String>) {
|
|||
|
||||
// Get current Ethereum spot price in Pound sterling.
|
||||
val gbpPrice = spotPrice("ETH", "GBP")
|
||||
println("The current Ehtereum price is ${gbpPrice.toCurrency()}")
|
||||
println("The current Ethereum price is ${gbpPrice.toCurrency()}")
|
||||
|
||||
// Get current Litecoin spot price in Euro.
|
||||
val euroPrice = spotPrice("LTC", "EUR")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue