From f7e09daacd1aba3781eb1be261b2a44d36056146 Mon Sep 17 00:00:00 2001 From: Anthony DiPadova Date: Tue, 22 Feb 2022 13:51:49 -0800 Subject: [PATCH] Update lib docs --- src/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 5e50e35..b72142b 100644 --- a/src/index.js +++ b/src/index.js @@ -23,12 +23,13 @@ const Utils = require('./helpers/utilities'); /** * @class CoinGecko * @author Mark Miscavage + * @author Tony DiPadova * @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 */