Skip to content

Commit 6fd7e0f

Browse files
authored
Merge pull request #126 from emin-grbo/patch-1
Update README.md
2 parents 29ef421 + 3573014 commit 6fd7e0f

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
@@ -177,9 +177,9 @@ let youTubePlayer = YouTubePlayer(
177177
// The parameters of the player
178178
parameters: .init(
179179
autoPlay: true,
180-
showControls: true,
181180
loopEnabled: true,
182181
startTime: .init(value: 5, unit: .minutes),
182+
showControls: true),
183183
// ...
184184
),
185185
// The configuration of the underlying web view

0 commit comments

Comments
 (0)