Skip to content

Commit c42e95a

Browse files
authored
docs: Remove extra $ in bash commands in installation.md (#5359)
The `$` sign is currently part of the text copied, so the command fails when pasted in a terminal.
1 parent b78b99b commit c42e95a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/installation.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,29 @@ Install your table adapter as a dependency using your favorite npm package manag
99
## React Table
1010

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

1515
## Solid Table
1616

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

2121
## Svelte Table
2222

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

2727
## Vue Table
2828

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

3333
## Table Core (no framework)
3434

3535
```bash
36-
$ npm install @tanstack/table-core
36+
npm install @tanstack/table-core
3737
```

0 commit comments

Comments
 (0)