diff --git a/apps/website/docs/getting-started/installation.md b/apps/website/docs/getting-started/installation.md index fecec3e..30f46ae 100644 --- a/apps/website/docs/getting-started/installation.md +++ b/apps/website/docs/getting-started/installation.md @@ -31,5 +31,5 @@ yarn add @ffmpeg/ffmpeg @ffmpeg/util :::info 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. +unpkg. It is recommended to download it and host it on your server most of the time. :::