Skip to content

Commit

Permalink
fix: add paper-toggle-button import in readme demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeleidy committed Mar 9, 2017
1 parent 1944668 commit 7327061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Easily reverse the order of children elements in the dom while maintaining grand
```
<custom-element-demo>
<template>
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="reverse-element.html">
<div>
<template is="dom-bind">
Expand Down Expand Up @@ -72,6 +73,7 @@ Easily reverse the order of children elements in the dom while maintaining grand
```
<custom-element-demo>
<template>
<link rel="import" href="../paper-toggle-button/paper-toggle-button.html">
<link rel="import" href="reverse-element.html">
<div>
<template is="dom-bind">
Expand Down

0 comments on commit 7327061

Please sign in to comment.