Skip to content

Commit 668ba82

Browse files
authored
No type="module" for IIFE in README.md (#53)
1 parent f2ebb10 commit 668ba82

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
@@ -27,7 +27,7 @@ Or load the ES module directly
2727
Or load the IIFE version which created a `RoughNotation` object in your scope.
2828

2929
```html
30-
<script type="module" src="https://unpkg.com/rough-notation/lib/rough-notation.iife.js"></script>
30+
<script src="https://unpkg.com/rough-notation/lib/rough-notation.iife.js"></script>
3131
```
3232

3333
## Usage

0 commit comments

Comments
 (0)