Skip to content

Commit 1572c96

Browse files
committed
doc(README): move missing description
1 parent d6b0dd5 commit 1572c96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ multiline code
319319

320320
(15) `acceptedFiles` can be used to set specifics file types allowed in chat. By default, all file types are allowed: `"*"`.
321321

322+
Example: set `accepted-files="image/png, image/peg, application/pdf"` to allow `JPG` `PNG` and `PDF` files
323+
322324
(16) `styles` can be used to customize your own theme. Ex:
323325

324326
```javascript
@@ -446,9 +448,6 @@ styles="{
446448
}"
447449
```
448450

449-
450-
Example: set `accepted-files="image/png, image/peg, application/pdf"` to allow `JPG` `PNG` and `PDF` files
451-
452451
## Props data structure
453452

454453
Your props must follow a specific structure to display rooms and messages correctly:

0 commit comments

Comments
 (0)