We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type="module"
1 parent f2ebb10 commit 668ba82Copy full SHA for 668ba82
README.md
@@ -27,7 +27,7 @@ Or load the ES module directly
27
Or load the IIFE version which created a `RoughNotation` object in your scope.
28
29
```html
30
-<script type="module" src="https://unpkg.com/rough-notation/lib/rough-notation.iife.js"></script>
+<script src="https://unpkg.com/rough-notation/lib/rough-notation.iife.js"></script>
31
```
32
33
## Usage
0 commit comments