diff --git a/src/list/README.md b/src/list/README.md index 042dc62c..a9099909 100644 --- a/src/list/README.md +++ b/src/list/README.md @@ -48,7 +48,7 @@ The MDL CSS classes apply various predefined visual enhancements to the list. Th | .mdl-list__item-primary-content | Defines the primary content sub-division |-| | .mdl-list__item-avatar | Defines the avatar sub-division |-| | .mdl-list__item-icon | Defines the icon sub-division |-| -| .mdl-list__item-secondary-content | Defines the secondary content sub-division | requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` | -| .mdl-list__item-secondary-info | Defines the information sub-division |requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` | -| .mdl-list__item-secondary-action | Defines the Action sub-division | requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` | -| .mdl-list__item-text-body | Defines the Text Body sub-division | requires `.mdl-list__item-three-line` | +| .mdl-list__item-secondary-content | Defines the secondary content sub-division | requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` | +| .mdl-list__item-secondary-info | Defines the information sub-division |requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` | +| .mdl-list__item-secondary-action | Defines the Action sub-division | requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` | +| .mdl-list__item-text-body | Defines the Text Body sub-division | requires `.mdl-list__item--three-line` |