From e1fa8e0098801369701f1849b79ceae320060a89 Mon Sep 17 00:00:00 2001 From: Rabia Alhaffar Date: Sun, 14 Jun 2020 00:57:35 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a7a855d9..87b7a6d71 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,9 @@ Functions added usage ------ - `RLAPI const char *GetOS(void);` ```c -if (GetOS() == "Windows") // Do something... +if (GetOS() == "Windows") { + // Do something... +} ``` - `RLAPI void Execute(const char *command);`