From f0300f60f971a4e0b1bfccd560e450478a56363b Mon Sep 17 00:00:00 2001 From: Erik Nord Date: Fri, 17 Apr 2026 14:54:56 +0200 Subject: [PATCH] Update link in readme to fps converter Navigating to the fps metric link returns 404. There is an equivalent alternative available. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16cadcd..5936663 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ * **Lightweight** - No dependencies * **Minimal** - Tiny API surface. Main export is a function that takes a glob pattern and returns a matcher function. -* **Fast** - Loads in about 2ms (that's several times faster than a [single frame of a HD movie](http://www.endmemo.com/sconvert/framespersecondframespermillisecond.php) at 60fps) +* **Fast** - Loads in about 2ms (that's several times faster than a [single frame of a HD movie](https://fpstoms.com/) at 60fps) * **Performant** - Use the returned matcher function to speed up repeat matching (like when watching files) * **Accurate matching** - Using wildcards (`*` and `?`), globstars (`**`) for nested directories, [advanced globbing](#advanced-globbing) with extglobs, braces, and POSIX brackets, and support for escaping special characters with `\` or quotes. * **Well tested** - Thousands of unit tests