From cb2ced01a97cf5189ca929739af79c4ee969ed54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Ramos=2C=20CFA=C2=AE?= <86393277+nathanramoscfa@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:58:54 -0600 Subject: [PATCH] Edit README.md --- README.md | 16 ++++++++-------- docs/source/index.rst | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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