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

Commit 162b177

Browse files
committed
docs(rc4-to-rc5): fix npm for MD
closes #2067
1 parent c8cc322 commit 162b177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ include ../_util-fns
4848
Or alternatively you can run the following command:
4949

5050
code-example(format='.' language='bash').
51-
npm install @angular/{core, common, compiler, platform-browser, platform-browser-dynamic} --save
51+
npm install @angular/{core,common,compiler,platform-browser,platform-browser-dynamic} --save
5252

5353
:marked
5454
Update your optional libraries
5555

5656
code-example(format='.' language='bash').
5757
npm install @angular/router
5858
npm install @angular/forms
59-
npm install @angular2-material/{button,card,toolbar,etc}@experimental
59+
npm install @angular2-material/{core,button,card,...}@latest
6060

6161
:marked
6262
Update the Angular CLI if you're using that tool

0 commit comments

Comments
 (0)