Skip to content

Commit

Permalink
docs(menu): mdc.Menu should be lowercase menu (#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-o-d-o authored and kfranqueiro committed Jan 16, 2018
1 parent 6954ac3 commit 6fb2afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ require(['path/to/mdc-menu'], mdcMenu => {
##### Global

```javascript
const MDCSimpleMenu = mdc.Menu.MDCSimpleMenu;
const MDCSimpleMenuFoundation = mdc.Menu.MDCSimpleMenuFoundation;
const MDCSimpleMenu = mdc.menu.MDCSimpleMenu;
const MDCSimpleMenuFoundation = mdc.menu.MDCSimpleMenuFoundation;
const util = mdc.menu.util;
```

Expand Down

0 comments on commit 6fb2afa

Please sign in to comment.