Skip to content

Commit 638ca16

Browse files
committed
Update examples in website
1 parent 6d11505 commit 638ca16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ any of the example.
1717
<ExampleCard
1818
img="/img/vanilla.png"
1919
title="Vanilla JavaScript"
20-
desc="Plain JavaScript without any libraries"
20+
desc="Plain JavaScript without any additional library"
2121
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vanilla-app"
2222
/>
2323
</Grid>
2424
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
2525
<ExampleCard
2626
img="/img/react-vite.png"
2727
title="React + Vite"
28-
desc="React with Vite (single thread version only)"
28+
desc="React with Vite (multithread version)"
2929
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/react-vite-app"
3030
/>
3131
</Grid>
3232
<Grid xs={12} sm={6} md={6} lg={6} xl={4}>
3333
<ExampleCard
3434
img="/img/vue-vite.png"
3535
title="Vue + Vite"
36-
desc="Vue with Vite (single thread version only)"
36+
desc="Vue with Vite (multithread version)"
3737
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
3838
/>
3939
</Grid>

0 commit comments

Comments
 (0)