From d2f581dbc629cf45df4657a262421e6fd6073e01 Mon Sep 17 00:00:00 2001 From: ying_123 Date: Sat, 10 Jun 2023 12:08:18 +0800 Subject: [PATCH] update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be7036f..8de113c 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ const hls2mp4 = new Hls2Mp4({ outputType?: 'mp4' | 'ts'; }, (type, progress) => { - // type = 0 => load FFmpeg - // type = 1 => parse m3u8 - // type = 2 => downloading ts - // type = 3 => merge ts + // type = 0 => parse m3u8 + // type = 1 => downloading ts + // type = 2 => merge ts }); const buffer = await hls2mp4.download('your m3u8 url')