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. :::