From f23b731df978f1051587e6c737afda727c26a509 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Fri, 20 Sep 2024 19:01:58 +0100 Subject: [PATCH] fix(widget): remove extra spaces in README --- widget/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/widget/README.md b/widget/README.md index 62785a98..ab5fd26b 100644 --- a/widget/README.md +++ b/widget/README.md @@ -1,7 +1,6 @@ # Hexabot Live Chat Widget The [Hexabot](https://hexabot.ai/) Live Chat Widget is a React-based embeddable widget that allows users to integrate real-time chat functionality into their websites. It connects to the Hexabot API and facilitates seamless interaction between end-users and chatbots across multiple channels. - ## Key Features - **Real-Time Chat:** Engage in real-time conversations with users directly through your website. - **Customizable:** Easily customize the widget's appearance and behavior to fit your brand and website. @@ -9,7 +8,6 @@ The [Hexabot](https://hexabot.ai/) Live Chat Widget is a React-based embeddable - **Embeddable:** Simple to embed and integrate into any web page with just a few lines of code. ## Directory Structure - The Hexabot Live Chat Widget is organized into the following directory structure, under `src` we have: - **src/assets:** Static assets like icons, fonts, and images used in the widget. @@ -26,7 +24,6 @@ The Hexabot Live Chat Widget is organized into the following directory structure - **/public:** Contains static files that are publicly accessible. This includes the main HTML template where the widget is embedded for local development. - ## Run the Live Chat Widget ### Dev Mode