Skip to content

Commit 811a3e3

Browse files
committed
doc: update README
1 parent a7dc642 commit 811a3e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<a href="https://npmcharts.com/compare/timerider?minimal=true"><img alt="Downloads" src="https://img.shields.io/npm/dt/timerider.svg?style=flat-square" /></a>
1212
</p>
1313

14-
A robust timer library for Deno that solves common issues with standard `setTimeout` and `setInterval`.
14+
Accurate timers with drift correction, pause/resume, and long delay support.
1515

1616
## Features
1717

1818
Timerider improves upon standard timers in three key ways:
1919

20-
1. **Time Drift Correction**: Automatically corrects time drift within 250ms for both `setInterval` and `setTimeout`,
21-
ensuring more accurate timing over long periods.
20+
1. **Time Drift Correction**: Automatically corrects time drift for both `setInterval` and `setTimeout`, ensuring more
21+
accurate timing over long periods.
2222
2. **Long Delay Support**: Handles delays longer than the 32-bit integer limit (`2^31 - 1` ms), which standard timers
2323
cannot process correctly.
2424
3. **Pause & Resume**: Adds the ability to pause a timer and resume it later, perfect for games or interactive

0 commit comments

Comments
 (0)