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 6dced89 commit 4b08765Copy full SHA for 4b08765
1 file changed
README.md
@@ -42,14 +42,8 @@ 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
-<link
46
- rel="stylesheet"
47
- href="dist/loading-attribute-polyfill-with-serviceworker.css"
48
-/>
49
-<script
50
- src="dist/loading-attribute-polyfill-with-serviceworker.js"
51
- async
52
-></script>
+<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
+<script src="dist/loading-attribute-polyfill.js" async></script>
53
```
54
55
or e.g. within JS
0 commit comments