Skip to content

Commit 7e91650

Browse files
committed
fix(bundles): not releasing CommonJS module #147 #173
1 parent 19a72be commit 7e91650

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,7 +52,7 @@ 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.js" async></script>
55+
<script src="dist/loading-attribute-polyfill.umd.js" async></script>
5656
<link rel="stylesheet" href="dist/loading-attribute-polyfill.css" />
5757
```
5858

0 commit comments

Comments
 (0)