diff --git a/README.md b/README.md index 7cf4b75..cd8d4a4 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,21 @@ client.getGlobal().then(console.log).catch(console.error) #### Table of Contents +- [getListings](#getlistings) - [getTicker](#getticker) - [getGlobal](#getglobal) +### getListings + +Get all active cryptocurrency listings + +**Examples** + +```javascript +const client = new CoinMarketCap() +client.getListings().then(console.log).catch(console.error) +``` + ### getTicker Get ticker information diff --git a/docs/index.html b/docs/index.html index 87a0d4d..268bd83 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - coinmarketcap-api 1.0.2 | Documentation + coinmarketcap-api 1.0.3 | Documentation @@ -14,7 +14,7 @@

coinmarketcap-api

-
1.0.2
+
1.0.3
coinmarketcap-api