From fa2338cbdc29ced1b1fc48122e3ec9bfcd255367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 25 Mar 2025 08:03:45 +0100 Subject: [PATCH] Small formatting fix --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 91fb596778..b73147e8bf 100644 --- a/BUILD.md +++ b/BUILD.md @@ -31,7 +31,7 @@ Processing consists of three main components: `Core`, `Java`, and `App`. The `Co - **Java**: The part of Processing that compiles and runs `.pde` files. It supports different *modes* which implement support for different languages or versions of Processing. The default mode is `Java`. -- `App`: This is the Processing Development Environment (PDE), the visual part of the editor that you see and work within when you use Processing. +- **App**: This is the Processing Development Environment (PDE), the visual part of the editor that you see and work within when you use Processing. ### Examples