Skip to content

Commit 10be512

Browse files
authored
Fix display of pnpm and yarn installation command for @solid-js/route… (#947)
1 parent 6e89077 commit 10be512

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/routes/guides/routing-and-navigation.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,17 @@ npm install @solidjs/router
2020
```
2121
</div>
2222

23-
<div id="yarn">```bash frame="none" yarn add @solidjs/router ```</div>
23+
<div id="yarn">
24+
```bash frame="none"
25+
yarn add @solidjs/router
26+
```
27+
</div>
2428

25-
<div id="pnpm">```bash frame="none" pnpm add @solidjs/router ```</div>
29+
<div id="pnpm">
30+
```bash frame="none"
31+
pnpm add @solidjs/router
32+
```
33+
</div>
2634

2735
<div id="bun">
2836
```bash frame="none"

0 commit comments

Comments
 (0)