Skip to content

Commit af3566f

Browse files
committed
Update @ffmpeg/ffmpeg version
1 parent d8adafd commit af3566f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/docs/getting-started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Install ffmpeg.wasm with minimal setup via installing it via CDN.
3939
```html
4040
<html>
4141
<head>
42-
<script src="https://unpkg.com/@ffmpeg/[email protected].0/dist/umd/ffmpeg.js"></script>
42+
<script src="https://unpkg.com/@ffmpeg/[email protected].1/dist/umd/ffmpeg.js"></script>
4343
<script src="https://unpkg.com/@ffmpeg/[email protected]/dist/umd/index.js"></script>
4444
<script>
4545
const { FFmpeg } = FFmpegWASM;
@@ -56,7 +56,7 @@ Install ffmpeg.wasm with minimal setup via installing it via CDN.
5656
<html>
5757
<head>
5858
<script type="module">
59-
import { FFmpeg } from "https://unpkg.com/@ffmpeg/[email protected].0/dist/esm/ffmpeg.js";
59+
import { FFmpeg } from "https://unpkg.com/@ffmpeg/[email protected].1/dist/esm/ffmpeg.js";
6060
import { fetchFile } from "https://unpkg.com/@ffmpeg/[email protected]/dist/esm/index.js";
6161
</script>
6262
</head>

0 commit comments

Comments
 (0)