Skip to content

Commit

Permalink
docs: don't use shell expansion in Getting Started example (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn authored Jun 24, 2016
1 parent 04bdd16 commit 3ccb23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Now that your project has been created, you can install any Angular Material 2 c
to use through npm. You can see our [list of published packages here](https://www.npmjs.com/~angular2-material).

```bash
npm install --save @angular2-material/{core,button,card}
npm install --save @angular2-material/core @angular2-material/button
```
Note: the core module is required as a peer dependency of other components.

Expand Down

0 comments on commit 3ccb23e

Please sign in to comment.