Skip to content

Commit 262094d

Browse files
committed
Typo in README.md
1 parent ad97a72 commit 262094d

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
@@ -149,7 +149,7 @@ $highBitrate = (new X264)->setKiloBitrate(1000);
149149

150150
FFMpeg::fromDisk('videos')
151151
->open('steve_howe.mp4')
152-
->exportPlaylistForHLS()
152+
->exportForHLS()
153153
->setSegmentLength(10) // optional
154154
->addFormat($lowBitrate)
155155
->addFormat($midBitrate)

0 commit comments

Comments
 (0)