Skip to content

Commit bddea73

Browse files
committed
chore: update readme
1 parent 258ae9e commit bddea73

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,9 @@ function App() {
5858

5959
## Trigger Modes
6060

61-
The chatbot supports two trigger modes to fit different use cases.
62-
6361
### Default Trigger
6462

65-
**When to use:** Most common use case. Adds a floating button in the bottom-right corner that opens the chatbot when clicked.
63+
Adds a floating button in the bottom-right corner that opens the chatbot when clicked.
6664

6765
```tsx
6866
<DocsChatbot
@@ -72,17 +70,8 @@ The chatbot supports two trigger modes to fit different use cases.
7270
/>
7371
```
7472

75-
The floating button appears on every page and the dialog opens in the bottom-right corner.
76-
7773
### Custom Trigger
7874

79-
**When to use:** You want full control over when and how the chatbot opens. Perfect for:
80-
81-
- Adding help buttons in specific locations (headers, sidebars, toolbars)
82-
- Opening the chatbot programmatically
83-
- Integrating with existing UI patterns
84-
- Pages where the floating button would overlap with other elements
85-
8675
**React:**
8776

8877
```tsx

0 commit comments

Comments
 (0)