Skip to content

Commit cbd25da

Browse files
quickskapekara
authored andcommitted
docs(getting_started): add card's npm install to GETTING_STARTED
1 parent 7635e72 commit cbd25da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Now that your project has been created, you can install any Angular Material 2 c
2424
to use through npm. You can see our [list of published packages here](https://www.npmjs.com/~angular2-material).
2525

2626
```bash
27-
npm install --save @angular2-material/core @angular2-material/button
27+
npm install --save @angular2-material/core @angular2-material/button @angular2-material/card
2828
```
2929
Note: the core module is required as a peer dependency of other components.
3030

0 commit comments

Comments
 (0)