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 4cb00ff commit b2fd663Copy full SHA for b2fd663
1 file changed
README.md
@@ -42,14 +42,14 @@ You may optionally load via NPM or Bower:
42
Include one of the provided JavaScript files depending on your setup plus the CSS file:
43
44
```html
45
-<script
46
- src="dist/loading-attribute-polyfill-with-serviceworker.js"
47
- async
48
-></script>
49
<link
50
rel="stylesheet"
51
href="dist/loading-attribute-polyfill-with-serviceworker.css"
52
/>
+<script
+ src="dist/loading-attribute-polyfill-with-serviceworker.js"
+ async
+></script>
53
```
54
55
or e.g. within JS
0 commit comments