We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe3475 commit 6cade28Copy full SHA for 6cade28
src/lib/grid-list/README.md
@@ -11,7 +11,7 @@ To use `md-grid-list`, import the MdGridList module into your application's NgMo
11
12
*my-app-module.ts*
13
```ts
14
-import {MdGridListModule} from '@angular2-material/gridlist';
+import {MdGridListModule} from '@angular2-material/grid-list';
15
16
@NgModule({
17
imports: [MdGridListModule.forRoot()],
0 commit comments