mirror of
https://github.com/rough-stuff/rough-notation.git
synced 2026-01-10 06:28:05 -05:00
No type="module" for IIFE in README.md (#53)
This commit is contained in:
committed by
GitHub
parent
f2ebb10235
commit
668ba82ac8
@@ -27,7 +27,7 @@ Or load the ES module directly
|
||||
Or load the IIFE version which created a `RoughNotation` object in your scope.
|
||||
|
||||
```html
|
||||
<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>
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user