Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ying_123 committed Jun 9, 2023
1 parent 53072da commit 21a7813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const hls2mp4 = new Hls2Mp4({
/**
* the type of output file, can be mp4 or ts, default: mp4
*/
outputType?: OutputType;
outputType?: 'mp4' | 'ts';

}, (type, progress) => {
// type = 0 => load FFmpeg
Expand Down

0 comments on commit 21a7813

Please sign in to comment.