From 94b510c2201e58464964b828328de0f5c52896c6 Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Sat, 16 Mar 2024 23:37:21 -0700 Subject: [PATCH] [README] Fix typo in debug build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567c2bcb..8d61ecff 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ On Windows: ```shell $ cmake -B build $ cmake --build build --config Release # Create release binaries in `build/Release` -$ cmake --build build --config Debug # Create release binaries in `build/Debug` +$ cmake --build build --config Debug # Create debug binaries in `build/Debug` ``` On Linux / macOS: