From 77913127212bf4443e8ee6a39ecb447c8f336511 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Wed, 9 Aug 2023 17:54:18 +0800 Subject: [PATCH] Update installation --- apps/website/docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/getting-started/installation.md b/apps/website/docs/getting-started/installation.md index 94855bc..fecec3e 100644 --- a/apps/website/docs/getting-started/installation.md +++ b/apps/website/docs/getting-started/installation.md @@ -30,6 +30,6 @@ yarn add @ffmpeg/ffmpeg @ffmpeg/util :::info -As ffmpeg.wasm spawns a web worker, you cannot import ffmpeg.wasm from CDN like +As `@ffmpeg/ffmpeg` spawns a web worker, you cannot import `@ffmpeg/ffmpeg` from CDN like unpkg. It is recommended to download it and self-hosted most of the time. :::