Update README.md

It might need to be updated, as "only works in Chrome" might not be correct, as in next sentence you use the link to "caniuse.com" where it says , Chrome & Opera & FF & Edge  support it.
This commit is contained in:
T. Todua 2021-01-25 00:41:04 +04:00 committed by GitHub
parent 47c1d1c5d8
commit 99b2ab3a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ $ node --experimental-wasm-threads --experimental-wasm-bulk-memory transcode.js
**Browser**
Or, using a script tag in the browser (only works in Chrome):
Or, using a script tag in the browser (only works in some browsers, see list below):
```html
<script src="https://unpkg.com/@ffmpeg/ffmpeg@0.9.5/dist/ffmpeg.min.js"></script>