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

Commit bd27698

Browse files
committed
[DOCS] Replace href by src
1 parent f622a86 commit bd27698

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
@@ -75,7 +75,7 @@ npm install myscript-math-web
7575
2. Add the following lines in the `head` section to import the library and the webcomponents polyfill.
7676

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

@@ -103,7 +103,7 @@ npm install myscript-math-web
103103
```html
104104
<html>
105105
<head>
106-
<script type="module" href="node_modules/myscript-math-web/myscript-math-web.js"></script>
106+
<script type="module" src="node_modules/myscript-math-web/myscript-math-web.js"></script>
107107
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
108108
<style>
109109
myscript-math-web {

0 commit comments

Comments
 (0)