From 1931ff7244195d83e4dbbbc078eb8172aefc0b28 Mon Sep 17 00:00:00 2001 From: LJX1021403 <2898876973@qq.com> Date: Wed, 2 Sep 2026 01:50:09 +0800 Subject: [PATCH] Fix typo: format-benchmarks -> format-benchmark (#4906) Fix typo: repository name is "format-benchmark" (singular), not "format-benchmarks". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c1af9a..ef5cc2b1 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ library](https://fmt.dev/latest/get-started/#building-from-source) for instructions on how to build the library and run the unit tests. Benchmarks reside in a separate repository, -[format-benchmarks](https://github.com/fmtlib/format-benchmark), so to +[format-benchmark](https://github.com/fmtlib/format-benchmark), so to run the benchmarks you first need to clone this repository and generate Makefiles with CMake: