Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
chore: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare authored Oct 19, 2016
1 parent 35f678e commit e9bdc95
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@

## Example

<!--
<!---
```
<custom-element-demo>
<template>
<link rel=”import” href=”salte-rating.html”>
<next-code-block></next-code-block>
</template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="salte-rating.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
```
```html
<salte-rating value="3.8"></salte-rating>
```

Expand Down

0 comments on commit e9bdc95

Please sign in to comment.