diff --git a/docs/installation.md b/docs/installation.md index 30aa444a24..1176bb33c8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,29 +9,29 @@ Install your table adapter as a dependency using your favorite npm package manag ## React Table ```bash -$ npm install @tanstack/react-table +npm install @tanstack/react-table ``` ## Solid Table ```bash -$ npm install @tanstack/solid-table +npm install @tanstack/solid-table ``` ## Svelte Table ```bash -$ npm install @tanstack/svelte-table +npm install @tanstack/svelte-table ``` ## Vue Table ```bash -$ npm install @tanstack/vue-table +npm install @tanstack/vue-table ``` ## Table Core (no framework) ```bash -$ npm install @tanstack/table-core +npm install @tanstack/table-core ```