From fe997b8cc2c9d7f9ccb29aba52841e2e18e219ee Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Mon, 25 Jul 2022 18:37:33 -0400 Subject: [PATCH] Update python readme --- python/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python/README.md b/python/README.md index 094d049..64d5852 100644 --- a/python/README.md +++ b/python/README.md @@ -4,20 +4,25 @@ ShroomDK (SDK), by Flipside Crypto gives you programmatic query access to the most comprehensive blockchain data sets in Web3, for free. More details on ShroomDK [here](https://sdk.flipsidecrypto.xyz).🥳 -
-Contents: +## Contents: [📖 Official Docs](https://github.com/FlipsideCrypto/sdk/tree/main/python#-official-docs) + [🧩 The Data](https://github.com/FlipsideCrypto/sdk/tree/main/python#-the-data) + [💾 Install the SDK](https://github.com/FlipsideCrypto/sdk/tree/main/python#-install-the-sdk) + [🦾 Getting Started](https://github.com/FlipsideCrypto/sdk/tree/main/python#-getting-started) + [🧐 Detailed Example](https://github.com/FlipsideCrypto/sdk/tree/main/python#the-details) + [📄 Pagination](https://github.com/FlipsideCrypto/sdk/tree/main/python#pagination) + [🚦 Rate Limits](https://github.com/FlipsideCrypto/sdk/tree/main/python#rate-limits) + [🙈 Error Handling](https://github.com/FlipsideCrypto/sdk/tree/main/python#-getting-started) --- -
+--- ## 📖 Official Docs [https://docs.flipsidecrypto.com/shroomdk-sdk/sdks/python](https://docs.flipsidecrypto.com/shroomdk-sdk/sdks/python)