From 8d900e0b3d6b2671e25b30f3a353536aa8c949b9 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Fri, 3 Feb 2017 16:39:35 -0800 Subject: [PATCH] docs(getting-started): revise references to cli Official name of cli is Angular CLI and the npm package is now @angular/cli --- guides/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/getting-started.md b/guides/getting-started.md index b34323262ba7..d99469afa559 100644 --- a/guides/getting-started.md +++ b/guides/getting-started.md @@ -1,9 +1,9 @@ Get started with Angular Material using the Angular CLI. -## Install the CLI +## Install Angular CLI ```bash - npm install -g angular-cli + npm install -g @angular/cli ``` ## Create a new project