Skip to content

Commit 611e829

Browse files
committed
Minor update in examples
1 parent ddcbe2c commit 611e829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ any of the example.
2525
<ExampleCard
2626
img="/img/react-vite.png"
2727
title="React + Vite"
28-
desc="React with Vite"
28+
desc="React with Vite (single thread version only)"
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"
36+
desc="Vue with Vite (single thread version only)"
3737
url="https://github.com/ffmpegwasm/ffmpeg.wasm/tree/main/apps/vue-vite-app"
3838
/>
3939
</Grid>

0 commit comments

Comments
 (0)