Syntax highlighter on unpkg example

This commit is contained in:
josephrocca 2020-01-20 15:03:01 +11:00 committed by GitHub
parent 8920b60dbd
commit 63446ace84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ $ npm install @ffmpeg/ffmpeg
Or, using a script tag in the browser:
```
```html
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.6.0/dist/ffmpeg.min.js"></script>
<script>
const { createWorker } = FFmpeg;