diff --git a/src/menu/README.md b/src/menu/README.md index f4c979fa..117755a3 100755 --- a/src/menu/README.md +++ b/src/menu/README.md @@ -3,7 +3,7 @@ ##Introduction The Material Design Lite (MDL) **menu** component is a user interface element that allows users to select one of a number of options. The selection typically results in an action initiation, a setting change, or other observable effect. Menu options are always presented in sets of two or more, and options may be programmatically enabled or disabled as required. The menu appears when the user is asked to choose among a series of options, and is usually dismissed after the choice is made. -Menus are an established but non-standardized feature in user interfaces, and allow users to make choices that direct the activity, progress, or characteristics of software. Their design and use is an important factor in the overall user experience. See the menu component's [Material Design specifications page](http://www.google.com/design/spec/components/menus.html) for details. +Menus are an established but non-standardized feature in user interfaces, and allow users to make choices that direct the activity, progress, or characteristics of software. Their design and use is an important factor in the overall user experience. See the menu component's [Material Design specifications page](http://www.google.com/design/spec/components/menus.html) for details. ##Basic use To use any MDL component, you must include the minified CSS and JavaScript files using standard relative-path references in the `` section of the page, as described in the MDL Introduction. @@ -29,10 +29,10 @@ To use any MDL component, you must include the minified CSS and JavaScript files
  • Pause
  • ``` - 4. Add one or more MDL classes, separated by spaces, to the button element using the `class` attribute. + 4. Add one or more MDL classes, separated by spaces, to the button and span elements using the `class` attribute. ```html ```  5. Add one or more MDL classes, separated by spaces, to the unordered list and the list items using the `class` attribute. @@ -50,8 +50,8 @@ The menu component is ready for use. A menu with three options. ```html + +