MdGridList typo in Readme.md #1306
Labels
docs
This issue is related to documentation
help wanted
The team would appreciate a PR from the community to address this issue
The Readme.md file for MdGridList shows the following code for importing the module:
import {MdGridListModule} from '@angular2-material/
gridlist';`The import statement should be
import {MdGridListModule} from '@angular2-material/
grid-list';(At least that's the one working for me!)
I'm using version
2.0.0-alpha.8-2
of@angular2-material/grid-list
Greetings!
The text was updated successfully, but these errors were encountered: