Skip to content

Commit

Permalink
Fix iframe url in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Dec 31, 2023
1 parent 8174a5d commit ebfdd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ You need to include the script from unpkg.com and then you can use the component

## Demo

<iframe src="/demo.html" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" title="systemli-ticker-widget"></iframe>
<iframe src="https://systemli.github.io/ticker-widget/demo.html" style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;" title="systemli-ticker-widget"></iframe>

0 comments on commit ebfdd50

Please sign in to comment.