From 7ace5094db5b71296a9f22eb2b77a3e446613c6b Mon Sep 17 00:00:00 2001 From: Akira Taguchi Date: Sat, 12 Aug 2023 12:36:45 +0300 Subject: [PATCH] Fix typo (#541) * Fix typo * Update README.md --- apps/vanilla-app/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/vanilla-app/README.md b/apps/vanilla-app/README.md index c9d8306..1f57b0d 100644 --- a/apps/vanilla-app/README.md +++ b/apps/vanilla-app/README.md @@ -16,7 +16,7 @@ To run this example, execute: $ npm start ``` -Visit http://localhost:8080 to check avaiable examples. +Visit http://localhost:8080 to check available examples. ## Examples @@ -25,5 +25,5 @@ Visit http://localhost:8080 to check avaiable examples. | transcode.html | Transcoding example | | transcode-mt.html | Transcoding example using multi-thread | | transcode.esm.html | Transcoding example using module | -| trim.html | Video trimming exmple | -| concatDemuxer.html | Video concat exmple | +| trim.html | Video trimming example | +| concatDemuxer.html | Video concat example |