Skip to content

Commit

Permalink
docs(form-field): Fix global JS example (material-components#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat authored and kfranqueiro committed Oct 27, 2017
1 parent 47c6859 commit 8f98c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-form-field/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ require(['path/to/mdc-form-field'], mdcFormField => {
#### Global

```javascript
const MDCFormField = mdc.radio.MDCFormField;
const MDCFormFieldFoundation = mdc.radio.MDCFormFieldFoundation;
const MDCFormField = mdc.formField.MDCFormField;
const MDCFormFieldFoundation = mdc.formField.MDCFormFieldFoundation;
```

### Instantiation
Expand Down

0 comments on commit 8f98c7e

Please sign in to comment.