From 4e870f825558faeec58d840511bfd1a888f6aed5 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Sat, 12 Feb 2022 01:43:27 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1a74f1..6492470 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,9 @@ enum { // [name, 8-bit value] ### Build On file "preprocessor.c" define the OS where you want to run TYVM: - - #define __UNIX - +``` +#define __UNIX +``` Uncomment this line if you want to build for Unix based OS, otherwise comment it out to build for Windows Build using the command: ```