Skip to content

Commit 0fa7b87

Browse files
committed
Update README.md
1 parent 05aface commit 0fa7b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the main HTML page where we want to use the `<template>` tag. Use the `s
1515
<title>HTML-template</title>
1616

1717
<!-- include template.js script -->
18-
<script src="./template.js" type="module" defer></script>
18+
<script src="./template.js" defer></script>
1919
</head>
2020
<body>
2121
<template src="./template.html"></template>

0 commit comments

Comments
 (0)