Skip to content

Commit

Permalink
docs(getting-started): revise references to cli
Browse files Browse the repository at this point in the history
Official name of cli is Angular CLI and the npm package is now @angular/cli
  • Loading branch information
andrewseguin authored Feb 4, 2017
1 parent 4d33449 commit 8d900e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8d900e0

Please sign in to comment.