Skip to content

Commit 8a4f56f

Browse files
committed
Update README.md
1 parent 2ed10bd commit 8a4f56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
4747
Or, using a script tag in the browser (only works in some browsers, see list below):
4848

4949
```html
50-
<script src="https://unpkg.com/@ffmpeg/[email protected].0/dist/ffmpeg.min.js"></script>
50+
<script src="https://unpkg.com/@ffmpeg/[email protected].1/dist/ffmpeg.min.js"></script>
5151
<script>
5252
const { createFFmpeg } = FFmpeg;
5353
...
@@ -99,7 +99,7 @@ const ffmpeg = createFFmpeg({
9999

100100
```javascript
101101
const ffmpeg = createFFmpeg({
102-
corePath: 'https://unpkg.com/@ffmpeg/[email protected].0/dist/ffmpeg-core.js',
102+
corePath: 'https://unpkg.com/@ffmpeg/[email protected].1/dist/ffmpeg-core.js',
103103
});
104104
```
105105

0 commit comments

Comments
 (0)