Skip to content

Commit 11ef941

Browse files
Update installation command for devtools to dev dependency
1 parent 604c96d commit 11ef941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TanStack Devtools is a framework-agnostic devtool for managing and debugging dev
1010
Install the devtools and the Vite plugin:
1111

1212
```bash
13-
npm install @tanstack/react-devtools @tanstack/devtools-vite
13+
npm install -D @tanstack/react-devtools @tanstack/devtools-vite
1414
```
1515

1616
Add the `TanStackDevtools` component to the root of your application:

0 commit comments

Comments
 (0)