* Fix typo

* Update README.md
This commit is contained in:
Akira Taguchi 2023-08-12 12:36:45 +03:00 committed by GitHub
parent 43403679b2
commit 7ace5094db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ To run this example, execute:
$ npm start $ npm start
``` ```
Visit http://localhost:8080 to check avaiable examples. Visit http://localhost:8080 to check available examples.
## Examples ## Examples
@ -25,5 +25,5 @@ Visit http://localhost:8080 to check avaiable examples.
| transcode.html | Transcoding example | | transcode.html | Transcoding example |
| transcode-mt.html | Transcoding example using multi-thread | | transcode-mt.html | Transcoding example using multi-thread |
| transcode.esm.html | Transcoding example using module | | transcode.esm.html | Transcoding example using module |
| trim.html | Video trimming exmple | | trim.html | Video trimming example |
| concatDemuxer.html | Video concat exmple | | concatDemuxer.html | Video concat example |