Skip to content

Commit 6c30395

Browse files
update
1 parent 7749fed commit 6c30395

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ All the code is in the html file. You can use this file as a starting point for
1414
HTML3D JavaScript module.<br />
1515
Usage:<br />
1616
```
17-
import HTML3D from "./HTML3D.js";
17+
<script type="module">
18+
import HTML3D from "./HTML3D.js";
19+
...
20+
</script>
1821
```

0 commit comments

Comments
 (0)