From bc99d89bf681ba6187222f095c0cf59654caa9fd Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:36:33 +0530 Subject: [PATCH] Fix react-lite README to describe correct package --- packages/react-lite/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-lite/README.md b/packages/react-lite/README.md index c4bd91bfb..f395b3441 100644 --- a/packages/react-lite/README.md +++ b/packages/react-lite/README.md @@ -25,7 +25,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick > You can also see [**create-interchain-app**](https://github.com/hyperweb-io/create-interchain-app) our official starter kit that supports Interchain Kit. -@cosmos-kit/react is the React integration for CosmosKit. +@cosmos-kit/react-lite is the lightweight React integration for CosmosKit without the default modal. ## Documentation @@ -34,7 +34,7 @@ Cosmos Kit is a universal wallet adapter for developers to build apps that quick ## Installation ```sh -yarn add @cosmos-kit/react @cosmos-kit/core @cosmos-kit/keplr chain-registry +yarn add @cosmos-kit/react-lite @cosmos-kit/core @cosmos-kit/keplr chain-registry ``` ## Provider