From f9148bcf369c9d2e454a2821ec3dd899302bdd09 Mon Sep 17 00:00:00 2001 From: moe70 Date: Mon, 27 May 2019 17:52:05 +0100 Subject: [PATCH] Update README.md crypto_global_market() instead of crypto_global_markets() which doesn't exist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c4310f..ea1a12b 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ show_me_getting_rich <- crypto_timeseries('bitcoin') # Get timeseries global market data for all coins or alt coins for displaying in charts ?global_market -show_me_everyone_getting_rich <- crypto_global_markets() +show_me_everyone_getting_rich <- crypto_global_market() ``` ## Package Issues