Skip to content

Commit 9201aad

Browse files
simonhylltauri-bot
authored andcommitted
[ci] format
1 parent 8ec1889 commit 9201aad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/content/docs/start/frontend/qwik.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
2222

2323
1. ##### Create a new Qwik app
2424

25-
<CommandTabs
26-
npm={`npm create qwik@latest
27-
cd <PROJECT>`}
25+
<CommandTabs
26+
npm={`npm create qwik@latest
27+
28+
cd <PROJECT>`}
2829
yarn={`yarn create qwik@latest
29-
cd <PROJECT>`}
30+
cd <PROJECT>`}
3031
pnpm={`pnpm create qwik@latest
31-
cd <PROJECT>`}
32+
cd <PROJECT>`}
3233
/>
3334

3435
1. ##### Install the `static adapter`

0 commit comments

Comments
 (0)