From eae1b24ad55c263b1e20a0699e468bdef5a9d689 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Mon, 14 Oct 2024 07:16:06 +0100 Subject: [PATCH] fix: npm url --- widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/README.md b/widget/README.md index 151149c7..20eaeecc 100644 --- a/widget/README.md +++ b/widget/README.md @@ -110,7 +110,7 @@ If you would like to use the official widget and benefit from updates automatica or lastest from major version: `https://cdn.jsdelivr.net/npm/hexabot-chat-widget@2/dist/` -JsDelivr uses the package published in the NPM registry : https://www.npmjs.com/package/hexabot-widget +JsDelivr uses the package published in the NPM registry : https://www.npmjs.com/package/hexabot-chat-widget ## Examples As a proof of concept we developed a Wordpress plugin to embed the chat widget in a Wordpress website : [https://github.com/hexastack/hexabot-wordpress-live-chat-widget](https://github.com/hexastack/hexabot-wordpress-live-chat-widget)