From 9a381c6944f5adbba8a53882e1be68cda6266da1 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Thu, 23 Feb 2023 15:07:18 +0100 Subject: [PATCH] docs: fix update command for v15 migration To install a package, the version must be prefixed by `@` --- guides/v15-mdc-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v15-mdc-migration.md b/guides/v15-mdc-migration.md index 684f986930ac..df3b2f415452 100644 --- a/guides/v15-mdc-migration.md +++ b/guides/v15-mdc-migration.md @@ -87,7 +87,7 @@ Angular Material includes a schematic to help migrate applications to use the ne components. To get started, upgrade your application to Angular Material 15. ```shell -ng update @angular/material^15 +ng update @angular/material@15 ``` As part of this update, a schematic will run to automatically move your application to use the