Skip to content

Commit 3ccb23e

Browse files
authored
docs: don't use shell expansion in Getting Started example (#762)
1 parent 04bdd16 commit 3ccb23e

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,button,card}
27+
npm install --save @angular2-material/core @angular2-material/button
2828
```
2929
Note: the core module is required as a peer dependency of other components.
3030

0 commit comments

Comments
 (0)