Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit 181f2e8

Browse files
committed
Polymer now only needs the lite version of polyfill
1 parent c3643a0 commit 181f2e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Or [download as ZIP](https://github.com/webcomponents/hello-world-polymer/archiv
2323
1. Import polyfill:
2424

2525
```html
26-
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
26+
<script src="bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
2727
```
2828

2929
2. Import custom element:

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8">
66
<title>&lt;hello-world&gt;</title>
77

8-
<script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
98
<!-- Imports polyfill -->
9+
<script src="../webcomponentsjs/webcomponents-lite.min.js"></script>
1010

1111
<!-- Imports custom element -->
1212

0 commit comments

Comments
 (0)