Skip to content

Commit c7be510

Browse files
committed
updated example
1 parent 1d9c333 commit c7be510

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/simple-countdown-autostart.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
$(document).ready(function() {
1616

1717
// Instantiate a counter
18-
clock = new FlipClock($('.clock'), 20, {
18+
clock = new FlipClock($('.clock'), 10, {
1919
clockFace: 'Counter',
2020
autoStart: true,
2121
countdown: true
2222
});
23+
2324
});
2425
</script>
2526

0 commit comments

Comments
 (0)