Skip to content

Commit

Permalink
Typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Jan 5, 2017
1 parent ad97a72 commit 262094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -149,7 +149,7 @@ $highBitrate = (new X264)->setKiloBitrate(1000);

FFMpeg::fromDisk('videos')
->open('steve_howe.mp4')
->exportPlaylistForHLS()
->exportForHLS()
->setSegmentLength(10) // optional
->addFormat($lowBitrate)
->addFormat($midBitrate)
Expand Down

0 comments on commit 262094d

Please sign in to comment.