Skip to content

Commit 7813262

Browse files
authored
Fix typos in dev commands (#671)
1 parent 9b0e4c1 commit 7813262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/solid-start/getting-started.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ npm run dev
9797

9898
<div id="yarn">
9999
```bash frame="none"
100-
yarn install
100+
yarn dev
101101
```
102102
</div>
103103

@@ -109,7 +109,7 @@ pnpm dev
109109

110110
<div id="bun">
111111
```bash frame="none"
112-
bun install
112+
bun dev
113113
```
114114
</div>
115115
</TabsCodeBlocks>

0 commit comments

Comments
 (0)