From b2ab75cfdc81792fd0405d88cda24aed816135fb Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Tue, 5 May 2020 17:54:30 +0800 Subject: [PATCH] Release v0.8.2 --- README.md | 8 ++++---- package-lock.json | 2 +- package.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c89488..7869f20 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Use FFmpeg directly in your browser without any backend services!! --- -ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code: +ffmpeg.wasm provides simple to use APIs, to transcode a video you only need few lines of code: ```javascript const fs = require('fs'); @@ -85,7 +85,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js Or, using a script tag in the browser (only works in Chrome): ```html - +