From d6e6b21f161454ddbed0bd404e6daf9e50b95c7f Mon Sep 17 00:00:00 2001 From: cheese1 Date: Mon, 29 Dec 2025 23:05:44 +0100 Subject: [PATCH] Update README.md (#5040) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ef1df35..9c1ce790b 100644 --- a/README.md +++ b/README.md @@ -1865,7 +1865,7 @@ ctest --output-on-failure Note that during the `ctest` stage, several JSON test files are downloaded from an [external repository](https://github.com/nlohmann/json_test_data). If policies forbid downloading artifacts during testing, you can download the files yourself and pass the directory with the test files via `-DJSON_TestDataDirectory=path` to CMake. Then, no Internet connectivity is required. See [issue #2189](https://github.com/nlohmann/json/issues/2189) for more information. -If the test suite is not found, several test suites will fail like this: +If the testdata is not found, several test suites will fail like this: ``` ===============================================================================