Skip to content

Commit 8d900e0

Browse files
authored
docs(getting-started): revise references to cli
Official name of cli is Angular CLI and the npm package is now @angular/cli
1 parent 4d33449 commit 8d900e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Get started with Angular Material using the Angular CLI.
22

3-
## Install the CLI
3+
## Install Angular CLI
44

55
```bash
6-
npm install -g angular-cli
6+
npm install -g @angular/cli
77
```
88

99
## Create a new project

0 commit comments

Comments
 (0)