No type="module" for IIFE in README.md (#53)

This commit is contained in:
Marcin Mikołajczak
2020-10-30 02:30:31 +01:00
committed by GitHub
parent f2ebb10235
commit 668ba82ac8

View File

@@ -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