From 1ea32e09681abc9a4b4dcbf848507ef0dcfaeb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 18 Feb 2025 18:54:04 +0100 Subject: [PATCH] Fix: Use , instead of . as thousands separator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb32596d..e43e1fa6 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ You can configure the maximum duration for a single test case with - `phpunit/phpunit:^8.5.19` - `phpunit/phpunit:^9.0.0` -The following example configures the maximum durations for single test cases to 5.000 ms, 4.000 ms, and 3.000 ms: +The following example configures the maximum durations for single test cases to 5,000 ms, 4,000 ms, and 3,000 ms: ```php