Skip to content

Commit 8ad6290

Browse files
committed
Fix minor typo
1 parent 9ab958d commit 8ad6290

File tree

1 file changed

+2
-2
lines changed
  • apps/website/docs/getting-started

1 file changed

+2
-2
lines changed

apps/website/docs/getting-started/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function() {
6464
}
6565
```
6666

67-
## Transcode avi to mp4 video (multi-thread)
67+
## Transcode webm to mp4 video (multi-thread)
6868

6969
:::caution
7070
As SharedArrayBuffer is required for multithread version, make sure
@@ -348,7 +348,7 @@ function() {
348348
? (
349349
<>
350350
<video ref={videoRef} controls></video><br/>
351-
<button onClick={transcode}>Transcode avi to mp4 with text</button>
351+
<button onClick={transcode}>Transcode webm to mp4 with text</button>
352352
<p ref={messageRef}></p>
353353
<p>Open Developer Tools (Ctrl+Shift+I) to View Logs</p>
354354
</>

0 commit comments

Comments
 (0)