Skip to content

Commit 5d53d2b

Browse files
committed
Update README.md
1 parent 420c07c commit 5d53d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please note that using videos from URLs requires ensuring that you have the righ
2020
|---------------------------------------|-------------------------------|------------------------------------------------------------------------|
2121
| `settings` | `VideoSettings` | A struct containing configuration settings for the video player. |
2222
| `command` | `Binding<PlaybackCommand>` | A binding to control playback actions (play, pause, or seek). |
23-
| `init(fileName:ext:gravity:timePublishing:eColor:eFontSize:command:)` | Constructor | Initializes the player with specific video parameters and playback command binding. |
23+
| `init(fileName:ext:gravity:timePublishing: ` <br> ` eColor:eFontSize:command:)` | Constructor | Initializes the player with specific video parameters and playback command binding. |
2424
| `init(settings: () -> VideoSettings, command:)` | Constructor | Initializes the player with a declarative settings block and playback command binding. |
2525

2626
## Commands

0 commit comments

Comments
 (0)