Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5de00cc

Browse files
Yonetwardbell
authored andcommitted
docs(rc4-to-rc5):fix npm for angular-cli
closes #2072
1 parent b7e42e2 commit 5de00cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/rc4-to-rc5.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ code-example(format='.' language='bash').
6262
Update the Angular CLI if you're using that tool
6363

6464
code-example(format='.' language='bash').
65-
npm install @angular/angular-cli @angular/tsc-wrapped --save-dev
65+
npm install angular-cli @angular/tsc-wrapped --save-dev
6666

6767
:marked
6868
## 2. Create an _NgModule_

0 commit comments

Comments
 (0)