From 73e505f30ae83d70ab65e9257b440285be17d09a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 9 Sep 2022 12:24:31 -0700 Subject: [PATCH] Fixed exchange-rates output --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f1527..c890fc1 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ apiCall(listOf("exchange-rates"), mapOf("currency" to "usd")) will return something like: ```json -{"data":{"currency":"BTC","rates":{"AED":"36.73","AFN":"589.50",…}}} +{"data":{"currency":"BTC","rates":{"AED":"36.73","AFN":"589.50","...":"..."}}} ``` See the [examples](https://github.com/ethauvin/cryptoprice/blob/master/examples/) for more details.