Skip to content

Commit cdbc06f

Browse files
authored
Merge pull request #223 from fisker/patch-1
Add missing `</script>` close tag to example
2 parents e19cc83 + 71fff48 commit cdbc06f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ES module:
3636
```html
3737
<script type='module'>
3838
import Big from './path/to/big.mjs';
39+
</script>
3940
```
4041

4142
Get a minified version from a CDN:

0 commit comments

Comments
 (0)