From 42a09c9de342154b90284fe8fb51a3ec41cb4a72 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Tue, 15 Sep 2026 16:47:43 -0400 Subject: [PATCH] Minor README fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b5624f94b..04e646e528 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Yoga is an embeddable and performant flexbox layout engine with bindings for mul Yoga's main implementation targets C++ 20 with accompanying build logic in CMake. A wrapper is provided to build the main library and run unit tests. ```sh -./unit_tests +./unit_tests Debug +./unit_tests Release ``` While not required, this script will use [ninja](https://ninja-build.org/) if it is installed for faster builds.