Skip to content

Commit 5e57872

Browse files
authored
docs: fix update command for v15 migration (#26686)
To install a package, the version must be prefixed by `@`
1 parent 9d09b34 commit 5e57872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v15-mdc-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Angular Material includes a schematic to help migrate applications to use the ne
8787
components. To get started, upgrade your application to Angular Material 15.
8888

8989
```shell
90-
ng update @angular/material^15
90+
ng update @angular/material@15
9191
```
9292

9393
As part of this update, a schematic will run to automatically move your application to use the

0 commit comments

Comments
 (0)