From fe07d0c0ac53e2491cc7704001678776be1f005d Mon Sep 17 00:00:00 2001
From: Emil Rofors <emirof@gmail.com>
Date: Thu, 25 Jul 2024 11:04:24 -0700
Subject: [PATCH] rename chatCircle to chatBubble in readme (#1972)

---
 embed/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embed/README.md b/embed/README.md
index 8651309fd..f3f895a9c 100644
--- a/embed/README.md
+++ b/embed/README.md
@@ -63,7 +63,7 @@ REQUIRED data attributes:
 
 **Style Overrides**
 
-- `data-chat-icon` — The chat bubble icon show when chat is closed. Options are `plus`, `chatCircle`, `support`, `search2`, `search`, `magic`.
+- `data-chat-icon` — The chat bubble icon show when chat is closed. Options are `plus`, `chatBubble`, `support`, `search2`, `search`, `magic`.
 
 - `data-button-color` — The chat bubble background color shown when chat is closed. Value must be hex color code.
 
-- 
GitLab