Skip to content

Commit

Permalink
Update lib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdipadova3rd committed Feb 22, 2022
1 parent 46a4b43 commit f7e09da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ const Utils = require('./helpers/utilities');
/**
* @class CoinGecko
* @author Mark Miscavage <[email protected]>
* @author Tony DiPadova <[email protected]>
* @description A Node.js wrapper for the CoinGecko API with no dependencies. For more information, visit: https://www.coingecko.com/api/docs/v3
* @example
* const CoinGecko = require('coingecko-api-typed');
* const CoinGeckoClient = new CoinGecko();
* @public
* @version 1.0.19
* @version 1.0.20
* @license MIT
* @kind class
*/
Expand Down

0 comments on commit f7e09da

Please sign in to comment.