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 e49ed36 commit 9edd055Copy full SHA for 9edd055
README.md
@@ -52,8 +52,8 @@ 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.umd.js" async></script>
56
<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
+<script src="dist/loading-attribute-polyfill.umd.js" async></script>
57
```
58
59
or e.g. within JS
0 commit comments