Skip to content

Commit

Permalink
use latest version in examples file
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Dec 16, 2022
1 parent 954dcd5 commit fdba0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h2>Localised Dates</h2>
</p>

<!-- <script type="module" src="../dist/index.js"></script> -->
<script type="module" src="https://unpkg.com/@github/relative-time-element@4.1.2/dist/bundle.js"></script>
<script type="module" src="https://unpkg.com/@github/relative-time-element@latest/dist/bundle.js"></script>
<script>
document.body.addEventListener('relative-time-updated', event => {
console.log('event from', event.target, event)
Expand Down

0 comments on commit fdba0e7

Please sign in to comment.