From 460b965a416b1d5ff416454c50e350eca219ff70 Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Thu, 1 Jan 2026 17:31:26 -0500 Subject: [PATCH] put example build command in code block --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 932945b..871c6f7 100644 --- a/README.md +++ b/README.md @@ -76,4 +76,7 @@ x64\release\joomer-efsw-file-monitoring.exe - Future / Preview,v145,14.5x (Likely VS 2025/Next) For example, if your using Visual Studio 2022 -msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 \ No newline at end of file + +``` +msbuild joomer-efsw-file-monitoring.vcxproj /p:Configuration=release /p:Platform=x64 /p:PlatformToolset=v143 +``` \ No newline at end of file