Skip to content

Commit 252c68e

Browse files
authored
Merge pull request #41 from kit-data-manager/40-doc-improv_load-as-module
Improve script loading description
2 parents a94effc + 9d3e2ca commit 252c68e

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
@@ -17,7 +17,7 @@ To integrate the Mapping component into your project, insert the following HTML
1717
<head>
1818
...
1919
<!-- add the below code !-->
20-
<script src="https://cdn.jsdelivr.net/npm/@kit-data-manager/mapping-service-input@latest/dist/com_mapping-service-input.es.js"></script>
20+
<script type="module" src="https://cdn.jsdelivr.net/npm/@kit-data-manager/mapping-service-input@latest/dist/com_mapping-service-input.es.js"></script>
2121
</head>
2222
<body>
2323
<!-- use the component !-->

0 commit comments

Comments
 (0)