Skip to content

Commit 4b08765

Browse files
committed
fix: corrected those filenames
1 parent 6dced89 commit 4b08765

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,8 @@ 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-
<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>
45+
<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
46+
<script src="dist/loading-attribute-polyfill.js" async></script>
5347
```
5448

5549
or e.g. within JS

0 commit comments

Comments
 (0)