Skip to content

Commit

Permalink
Fixed inline demo
Browse files Browse the repository at this point in the history
  • Loading branch information
timeu authored Oct 17, 2016
1 parent 1dfa056 commit 1cf2efd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,20 @@ Or [download as ZIP](https://github.com/timeu/svg-piechart/archive/master.zip).

3. Start using it!

<!--
<!---
```
<custom-element-demo>
<template>
<link rel=”import” href=”svg-piechart.html”>
<svg-piechart size="250" data="[10,20,50,20]"></svg-piechart>
</template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="svg-piechart.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```html
```html
<svg-piechart size="250" data="[10,20,50,20]"></svg-piechart>
```
```

## Options

Expand Down

0 comments on commit 1cf2efd

Please sign in to comment.