Skip to content

Commit 5c408cc

Browse files
docs: fix router commands in quick-start (#5499)
* fix router commands in quick-start * rm ref to @tanstack/router
1 parent 4303a8a commit 5c408cc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/router/framework/react/quick-start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@ To install TanStack Router in your project, run the following command using your
2929
[//]: # 'installCommand'
3030

3131
```sh
32-
npm install @tanstack/router
32+
npm install @tanstack/react-router
3333
# or
34-
pnpm add @tanstack/router
34+
pnpm add @tanstack/react-router
3535
#or
36-
yarn add @tanstack/router
36+
yarn add @tanstack/react-router
3737
# or
38-
bun add @tanstack/router
38+
bun add @tanstack/react-router
3939
# or
40-
deno add npm:@tanstack/router
40+
deno add npm:@tanstack/react-router
4141
```
4242

4343
[//]: # 'installCommand'
4444

45-
Once installed, you can verify the installation by checking your `package.json` file for the `@tanstack/router` dependency.
45+
Once installed, you can verify the installation by checking your `package.json` file for the dependency.
4646

4747
[//]: # 'packageJson'
4848

0 commit comments

Comments
 (0)