Skip to content

Commit b2fd663

Browse files
committed
docs: corrected the order of those tags
CSS always first, JS afterwards
1 parent 4cb00ff commit b2fd663

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ You may optionally load via NPM or Bower:
4242
Include one of the provided JavaScript files depending on your setup plus the CSS file:
4343

4444
```html
45-
<script
46-
src="dist/loading-attribute-polyfill-with-serviceworker.js"
47-
async
48-
></script>
4945
<link
5046
rel="stylesheet"
5147
href="dist/loading-attribute-polyfill-with-serviceworker.css"
5248
/>
49+
<script
50+
src="dist/loading-attribute-polyfill-with-serviceworker.js"
51+
async
52+
></script>
5353
```
5454

5555
or e.g. within JS

0 commit comments

Comments
 (0)