Skip to content

Commit

Permalink
Merge pull request #16 from ThomasCybulski/Hotfix/Image-path-in-demo
Browse files Browse the repository at this point in the history
Changed demo path
  • Loading branch information
ThomasCybulski authored Jun 6, 2017
2 parents a9dd05f + 6c5500e commit 2166df5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ polymer serve
<paper-chip label="Closable" closable></paper-chip>

<paper-chip label="Closable and image" closable>
<img class="chip-image" slot="avatar" src="demo/images/avatar.png" alt="Contact Person">
<img class="chip-image" slot="avatar" src="demo/avatar.png" alt="Contact Person">
</paper-chip>

<paper-chip label="Closable and icon" closable>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-chip",
"version": "2.0.2",
"version": "2.0.3",
"authors": [
"Thomas Cybulski <info@thomas-cybulski.de>"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-chip",
"version": "2.0.2",
"version": "2.0.3",
"private": false,
"main": "paper-chip.html",
"repository": "https://github.com/ThomasCybulski/paper-chip",
Expand Down

0 comments on commit 2166df5

Please sign in to comment.