Skip to content

Commit 09e8744

Browse files
authored
docs: devtools installation (#3961)
Edits the way devtools are installed
1 parent 03a1cb0 commit 09e8744

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/router/framework/react/devtools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ When you begin your TanStack Router journey, you'll want these devtools by your
1313
The devtools are a separate package that you need to install:
1414

1515
```sh
16-
npm install -D @tanstack/react-router-devtools
16+
npm install @tanstack/react-router-devtools
1717
```
1818

1919
or
2020

2121
```sh
22-
pnpm add -D @tanstack/react-router-devtools
22+
pnpm add @tanstack/react-router-devtools
2323
```
2424

2525
or
2626

2727
```sh
28-
yarn add -D @tanstack/react-router-devtools
28+
yarn add @tanstack/react-router-devtools
2929
```
3030

3131
or
3232

3333
```sh
34-
bun add -D @tanstack/react-router-devtools
34+
bun add @tanstack/react-router-devtools
3535
```
3636

3737
## Import the Devtools

0 commit comments

Comments
 (0)