Skip to content

Commit fefc5d3

Browse files
committed
docs: remove '$' from installation commands in docs for consistency
1 parent 7d6e3c9 commit fefc5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ npm install @tanstack/vue-virtual
3333
## Lit Virtual
3434

3535
```bash
36-
$ npm install @tanstack/lit-virtual
36+
npm install @tanstack/lit-virtual
3737
```
3838

3939
## Angular Virtual
4040

4141
```bash
42-
$ npm install @tanstack/angular-virtual
42+
npm install @tanstack/angular-virtual
4343
```
4444

4545
## Virtual Core (no framework)

0 commit comments

Comments
 (0)