Skip to content

Commit 3cab28f

Browse files
committed
chore: update README.md
1 parent 624a9cd commit 3cab28f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
iOS SDK for Chatwoot
44

5-
---
5+
66

77

88

@@ -20,7 +20,7 @@ Import in your app:
2020
import ChatwootSDK
2121
```
2222

23-
---
23+
2424

2525
## 📸 Camera and Photo Library Permissions (Required)
2626

@@ -41,7 +41,7 @@ To enable photo capture or image upload features in the chat interface, **you mu
4141
- **NSCameraUsageDescription**: Explains why the app uses the camera (e.g., photo capture for chat).
4242
- **NSPhotoLibraryUsageDescription**: Explains why the app needs photo library access (e.g., image upload for chat).
4343

44-
---
44+
4545

4646
## ⚙️ Configuration Parameters
4747

@@ -53,7 +53,6 @@ To enable photo capture or image upload features in the chat interface, **you mu
5353
| `pubsubToken` | `String` || Token for real-time updates |
5454
| `websocketUrl` | `String` || WebSocket URL for real-time communication |
5555

56-
---
5756

5857
## 🛠️ Example Usage
5958

@@ -87,4 +86,3 @@ var body: some View {
8786

8887
The `conversationId` is required to load the chat UI. Make sure you have a valid conversation ID before calling `loadChatUI`.
8988

90-
---

0 commit comments

Comments
 (0)