From ee54393488d10e5db343936ba3c8567909a20d39 Mon Sep 17 00:00:00 2001 From: Akira Taguchi Date: Fri, 11 Aug 2023 11:45:37 +0300 Subject: [PATCH 1/2] Fix typo --- apps/vanilla-app/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/vanilla-app/README.md b/apps/vanilla-app/README.md index c9d8306eb6d..c1d0b2c4e8f 100644 --- a/apps/vanilla-app/README.md +++ b/apps/vanilla-app/README.md @@ -4,7 +4,7 @@ You need to download assets from npm before running the examples: -```bash +``` $ npm run download ``` @@ -12,11 +12,11 @@ $ npm run download To run this example, execute: -```bash +``` $ 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 | From 8fd0f7c6df72a2d3dc9f3c2ca1e2f58bbcfa4f1a Mon Sep 17 00:00:00 2001 From: Akira Taguchi Date: Sat, 12 Aug 2023 11:47:03 +0300 Subject: [PATCH 2/2] Update README.md --- apps/vanilla-app/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/vanilla-app/README.md b/apps/vanilla-app/README.md index c1d0b2c4e8f..1f57b0dc40c 100644 --- a/apps/vanilla-app/README.md +++ b/apps/vanilla-app/README.md @@ -4,7 +4,7 @@ You need to download assets from npm before running the examples: -``` +```bash $ npm run download ``` @@ -12,7 +12,7 @@ $ npm run download To run this example, execute: -``` +```bash $ npm start ```