Skip to content

Commit

Permalink
No type="module" for IIFE in README.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkljczk authored Oct 30, 2020
1 parent f2ebb10 commit 668ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 668ba82

Please sign in to comment.