diff --git a/src/lib/menu/README.md b/src/lib/menu/README.md index f6d8f210395e..9a45d804d0f9 100644 --- a/src/lib/menu/README.md +++ b/src/lib/menu/README.md @@ -36,7 +36,7 @@ your menu element. *my-comp.html* ```html - @@ -56,7 +56,7 @@ Output: ### Toggling the menu programmatically You can also use the menu's API to open or close the menu programmatically from your class. Please -note that in this case, an `mdMenuTriggerFor` attribute is still necessary to connect +note that in this case, an `md-menu-trigger-for` attribute is still necessary to connect the menu to its trigger element in the DOM. *my-comp.component.ts* @@ -72,7 +72,7 @@ class MyComp { *my-comp.html* ```html -