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

Commit

Permalink
Update polyfill name
Browse files Browse the repository at this point in the history
`webcomponents-lite.min.js` is deprecated
  • Loading branch information
Binh Bui authored Oct 31, 2017
1 parent 1d79b34 commit 6f5b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A full width bottom button for mobile.
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../iron-demo-helpers/demo-pages-shared-styles.html">
<link rel="import" href="../iron-demo-helpers/demo-snippet.html">
<link rel="import" href="demo/sample-content.html">
Expand Down

0 comments on commit 6f5b622

Please sign in to comment.