diff --git a/README.md b/README.md index 2458413..968213a 100644 --- a/README.md +++ b/README.md @@ -113,18 +113,18 @@ Output: CoinGecko offers various [API plans](https://www.coingecko.com/en/api/pricing) tailored to different user needs. Below is a summary table of the key features of each plan: -| Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly | -|-------------|----------------|------------------------|----------------|-----------------------| -| Demo (Beta) | Free | Free | 10-30 | 10K | -| Analyst | $129 | $103 | 500 | 500K | -| Lite | $499 | $399 | 500 | 2M | -| Pro | $999 | $799 | 1000 | 5M | -| Enterprise | Custom Pricing | Custom Pricing | Custom | Custom | +| Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly | +|------------|----------------|------------------------|----------------|-----------------------| +| Demo | Free | Free | 10-30 | 10K | +| Analyst | $129 | $103 | 500 | 500K | +| Lite | $499 | $399 | 500 | 2M | +| Pro | $999 | $799 | 1000 | 5M | +| Enterprise | Custom Pricing | Custom Pricing | Custom | Custom | ## Quick Start To initialize the `pycgapi` client, simply run the following code based on your API plan: -**Demo (Beta) API:** +**Demo API:** ```python from pycgapi import CoinGeckoAPI diff --git a/docs/source/index.rst b/docs/source/index.rst index a52f250..e29b6a4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -126,7 +126,7 @@ is a summary table of the key features of each plan: +-------------+----------------+------------------------+----------------+-----------------------+ | Plan | Monthly Price | Annual Price (Monthly) | Rate Limit/Min | Call Credits (Monthly)| +=============+================+========================+================+=======================+ -| Demo (Beta) | Free | Free | 10-30 | 10K | +| Demo | Free | Free | 10-30 | 10K | +-------------+----------------+------------------------+----------------+-----------------------+ | Analyst | $129 | $103 | 500 | 500K | +-------------+----------------+------------------------+----------------+-----------------------+ @@ -143,7 +143,7 @@ Quick Start To initialize the ``pycgapi`` client, simply run the following code based on your API plan: -**Demo (Beta) API:** +**Demo API:** .. code-block:: python