Skip to content

Commit fdba0e7

Browse files
authored
use latest version in examples file
1 parent 954dcd5 commit fdba0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2>Localised Dates</h2>
186186
</p>
187187

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

0 commit comments

Comments
 (0)