From d6522a74d8f324175c52ebd6a990fe414f5172a4 Mon Sep 17 00:00:00 2001 From: Zetazzz Date: Thu, 26 Dec 2024 08:23:56 +0800 Subject: [PATCH] fix docs --- examples/injective-vue/README.md | 7 +++++++ examples/injective/README.md | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/examples/injective-vue/README.md b/examples/injective-vue/README.md index 86891797..c0ae11bb 100644 --- a/examples/injective-vue/README.md +++ b/examples/injective-vue/README.md @@ -1,5 +1,12 @@ # Injective Vue Example +

+
+ Building the future of decentralized exchange +

+ +## Introduction + This example demonstrates the usage of Vue composables provided by [@interchain-kit/vue](https://github.com/cosmology-tech/interchain-kit/tree/main/packages/vue) and [injective-vue](https://github.com/cosmology-tech/interchainjs/tree/main/libs/injective-vue). ## Getting Started diff --git a/examples/injective/README.md b/examples/injective/README.md index fd1bb8e7..ebb410bf 100644 --- a/examples/injective/README.md +++ b/examples/injective/README.md @@ -1,5 +1,14 @@ # Injective React Example +

+
+ Building the future of decentralized exchange +

+ +## Introduction + +This example demonstrates the usage of React hooks provided by [injective-react](https://github.com/cosmology-tech/interchainjs/tree/main/libs/injective-react) and how to interact with the Injective blockchain on the frontend. + ## Getting Started First, install the packages and run the development server: