From 0742181a3864f442ac32d980fdf0e80ed54d3075 Mon Sep 17 00:00:00 2001 From: Gabriel Ribeiro Date: Tue, 25 Jul 2023 15:34:03 -0300 Subject: [PATCH] docs: fix console type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4984f4f..b59eab5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ videoshow(images, videoOptions) console.error('ffmpeg stderr:', stderr) }) .on('end', function (output) { - console.error('Video created in:', output) + console.log('Video created in:', output) }) ```