Skip to content

Commit 25df3c0

Browse files
docs: update installation commands (#723)
As "Copy" button copies the whole content, `$ npm install ...` would copy the dollar sign too, but it's redundant and not a valid command to run. I removed it to keep consistent and provide the best UX for tanstack users.
1 parent 2b90686 commit 25df3c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ Install your TanStack Virtual adapter as a dependency using your favorite npm pa
99
## React Virtual
1010

1111
```bash
12-
$ npm install @tanstack/react-virtual
12+
npm install @tanstack/react-virtual
1313
```
1414

1515
## Solid Virtual
1616

1717
```bash
18-
$ npm install @tanstack/solid-virtual
18+
npm install @tanstack/solid-virtual
1919
```
2020

2121
## Svelte Virtual
2222

2323
```bash
24-
$ npm install @tanstack/svelte-virtual
24+
npm install @tanstack/svelte-virtual
2525
```
2626

2727
## Vue Virtual
2828

2929
```bash
30-
$ npm install @tanstack/vue-virtual
30+
npm install @tanstack/vue-virtual
3131
```
3232

3333
## Lit Virtual
@@ -45,5 +45,5 @@ $ npm install @tanstack/angular-virtual
4545
## Virtual Core (no framework)
4646

4747
```bash
48-
$ npm install @tanstack/virtual-core
48+
npm install @tanstack/virtual-core
4949
```

0 commit comments

Comments
 (0)