From ac19de3530c601475eda52c6268f3e485aafe7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Wed, 8 Apr 2026 10:59:32 +0200 Subject: [PATCH] Fix link case sensitivity in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a53d4..677cf61 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ psgrep 'TODO' $HOME -Name '*.ps1' -Recurse Reproducible, copy‑pasteable benchmarks live here: -- **[res/benchmarks/Testing-and-Speed.md](res/benchmarks/Testing-and-Speed.md)** +- **[res/benchmarks/Testing-and-Speed.md](res/benchmarks/testing-and-speed.md)** **Highlights from a sample run (Windows, SSD):** - Names only (strings): PSItems ~**3.23 s** vs Get-ChildItem ~**17.16 s** → **~5.3× faster**