Update README.md

This commit is contained in:
Rabia Alhaffar 2020-06-14 00:57:35 +03:00 committed by GitHub
parent 282ef3c45a
commit e1fa8e0098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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