Skip to content

Commit ca79b21

Browse files
authored
chore: fix script snippets
1 parent 2359e77 commit ca79b21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@ For example, the modern browsers will only download `util-components.esm.js` as
2626
```html
2727
<script type="module" src="https://unpkg.com/util-web-components/dist/util-components/util-components.esm.js"></script>
2828
<script nomodule src="https://unpkg.com/util-web-components/dist/util-components/util-components.js"></script>
29-
</head>
3029
```
3130

3231
#### jsDelivr CDN
3332

3433
```html
3534
<script type="module" src="https://cdn.jsdelivr.net/npm/util-web-components/dist/util-components/util-components.esm.js"></script>
3635
<script nomodule src="https://cdn.jsdelivr.net/npm/util-web-components/dist/util-components/util-components.js"></script>
37-
</head>
3836
```

0 commit comments

Comments
 (0)