From 430b50b0d5aa5e50a4b9af8d1a20468079b2f6ea Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:46:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4d860..c983425 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ enum { // [name, 8-bit value] 50 Goto 10; ### Build -On file "preprocessor.c" define the OS where you want to run TYVM. Uncomment the following line if you want to build for Windows, otherwise it will build for Unix: +On file "preprocessor.c" define the OS where you want to run TYVM. Comment out the following line if you want to build for Windows, otherwise it will build for Unix: ``` #define __UNIX ```