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

Commit

Permalink
fix: use webcomponents.js for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
greenyouse committed Apr 17, 2018
1 parent d56c3ef commit e2fcfae
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 @@ Bottom navigation for mobile that follows the [Material Design specification](ht
```
<custom-element-demo>
<template>
<script src="../webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../app-layout/demo/sample-content.html">
<link rel="import" href="../iron-icons/av-icons.html">
<link rel="import" href="../iron-icons/iron-icons.html">
Expand Down

0 comments on commit e2fcfae

Please sign in to comment.