Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit b2f0fdf

Browse files
authored
docs: fix require syntax for importing javascript
1 parent eb638a4 commit b2f0fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/importing-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const MDCFooFoundation = mdcFoo.MDCFooFoundation;
6161
### AMD
6262

6363
```js
64-
require(['path/to/mdc-foo'], mdcFoo => {
64+
require(['path/to/@material/foo'], mdcFoo => {
6565
const MDCFoo = mdcFoo.MDCFoo;
6666
const MDCFooFoundation = mdcFoo.MDCFooFoundation;
6767
});

0 commit comments

Comments
 (0)