Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Aug 22, 2023
1 parent 9ab958d commit 8ad6290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function() {
}
```

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

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

0 comments on commit 8ad6290

Please sign in to comment.