From 241c2bc1bef447f6283eec5f74b8d4f6575334bc Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Sun, 30 Oct 2022 14:27:30 -0700 Subject: [PATCH] One more tweak to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 168f8b4..0c7dace 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ exec(cmd, (error, stdout) => { const info = JSON.parse(stdout); // 'video/mp4; codecs="avc1.4D4028, mp4a.40.2"' const contentType = getFullMIMEString(info); + ... +}); ``` ## bitjs.file