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);`