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

Commit f622a86

Browse files
committed
[DOCS] Update webcomponents polyfill path
1 parent 638688f commit f622a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ npm install myscript-math-web
7676

7777
```html
7878
<script type="module" href="node_modules/myscript-math-web/myscript-math-web.js"></script>
79-
<script src="node_modules/webcomponentsjs/webcomponents-loader.js"></script>
79+
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
8080
```
8181

8282
3. Still in the `head` section, add the following style:
@@ -104,7 +104,7 @@ npm install myscript-math-web
104104
<html>
105105
<head>
106106
<script type="module" href="node_modules/myscript-math-web/myscript-math-web.js"></script>
107-
<script src="node_modules/webcomponentsjs/webcomponents-loader.js"></script>
107+
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
108108
<style>
109109
myscript-math-web {
110110
height: 100vw;

0 commit comments

Comments
 (0)