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.
1 parent 19a72be commit 7e91650Copy full SHA for 7e91650
README.md
@@ -52,7 +52,7 @@ You could even load the polyfill asynchronously: <https://output.jsbin.com/codel
52
Include one of the provided JavaScript files depending on your setup plus the CSS file:
53
54
```html
55
-<script src="dist/loading-attribute-polyfill.js" async></script>
+<script src="dist/loading-attribute-polyfill.umd.js" async></script>
56
<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
57
```
58
0 commit comments