We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78b99b commit c42e95aCopy full SHA for c42e95a
docs/installation.md
@@ -9,29 +9,29 @@ Install your table adapter as a dependency using your favorite npm package manag
9
## React Table
10
11
```bash
12
-$ npm install @tanstack/react-table
+npm install @tanstack/react-table
13
```
14
15
## Solid Table
16
17
18
-$ npm install @tanstack/solid-table
+npm install @tanstack/solid-table
19
20
21
## Svelte Table
22
23
24
-$ npm install @tanstack/svelte-table
+npm install @tanstack/svelte-table
25
26
27
## Vue Table
28
29
30
-$ npm install @tanstack/vue-table
+npm install @tanstack/vue-table
31
32
33
## Table Core (no framework)
34
35
36
-$ npm install @tanstack/table-core
+npm install @tanstack/table-core
37
0 commit comments