Skip to content

Commit 63562e8

Browse files
authored
docs: add missing spaces for comments in the installation guide (#2502)
1 parent 75c048b commit 63562e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/framework/react/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ You can install TanStack Router with any [NPM](https://npmjs.com) package manage
88
npm install @tanstack/react-router
99
# or
1010
pnpm add @tanstack/react-router
11-
#or
11+
# or
1212
yarn add @tanstack/react-router
13-
#or
13+
# or
1414
bun add @tanstack/react-router
1515
```
1616

0 commit comments

Comments
 (0)