Skip to content

Commit

Permalink
Merge pull request #30 from justniels/patch-1
Browse files Browse the repository at this point in the history
Fixed starType example
  • Loading branch information
BioPhoton authored Nov 17, 2017
2 parents cf87ac1 + 9d174aa commit 80d49a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,13 @@ The type of start resource to use.
<div class="rating value-3 star-icon">
<div class="star-container">
<!-- font icons-->
<star>
<div class="star">
<i class="star-empty"></i>
<i class="star-half"></i>
<i class="star-filled"></i>
</star>
</div>
<!-- or svg icons-->
<star>
<div class="star">
<svg class="star-empty">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-empty"></use>
</svg>
Expand All @@ -298,7 +298,7 @@ The type of start resource to use.
<svg class="star-filled">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="assets/images/star-rating.icons.svg#star-filled"></use>
</svg>
</star>
</div>
</div>
</div>
```
Expand Down

0 comments on commit 80d49a1

Please sign in to comment.