Skip to content

Commit 9edd055

Browse files
committed
chore: always mind the order
CSS first, JS afterwards
1 parent e49ed36 commit 9edd055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ You could even load the polyfill asynchronously: <https://output.jsbin.com/codel
5252
Include one of the provided JavaScript files depending on your setup plus the CSS file:
5353

5454
```html
55-
<script src="dist/loading-attribute-polyfill.umd.js" async></script>
5655
<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
56+
<script src="dist/loading-attribute-polyfill.umd.js" async></script>
5757
```
5858

5959
or e.g. within JS

0 commit comments

Comments
 (0)