From aa68525b6b75c5a50cc60834a8149da5206d5f20 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 11 Jun 2025 17:34:38 +0530 Subject: [PATCH] fix: name --- scripts/yalc-publish-react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/yalc-publish-react.js b/scripts/yalc-publish-react.js index 0aa449b0d..3192acfa0 100644 --- a/scripts/yalc-publish-react.js +++ b/scripts/yalc-publish-react.js @@ -34,7 +34,7 @@ function yalcPublish() { console.log('✅ Published to yalc store!'); console.log(''); console.log('📖 Next steps in your test project:'); - console.log(' 1. yalc add @chatwoot/react-components'); + console.log(' 1. yalc add @chatwoot/agent-react-components'); console.log(' 2. npm install'); console.log(' 3. Import and use the components'); console.log('');