Skip to content

Commit

Permalink
docs(grid-list): typo in import statement (angular#1307)
Browse files Browse the repository at this point in the history
The module name was misspelled in the grid list's readme.

Fixes angular#1306.
  • Loading branch information
crisbeto authored and kara committed Sep 22, 2016
1 parent bbe3475 commit 6cade28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/grid-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use `md-grid-list`, import the MdGridList module into your application's NgMo

*my-app-module.ts*
```ts
import {MdGridListModule} from '@angular2-material/gridlist';
import {MdGridListModule} from '@angular2-material/grid-list';

@NgModule({
imports: [MdGridListModule.forRoot()],
Expand Down

0 comments on commit 6cade28

Please sign in to comment.