Skip to content

Commit f7f188d

Browse files
authored
Update installation.md (#1051)
standardize the code block appearance
1 parent 73dc760 commit f7f188d

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)