Update README.md

This commit is contained in:
Rabia Alhaffar 2020-06-14 06:50:52 +03:00 committed by GitHub
parent 1843da3b91
commit c04ac94335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ This fork adds some features,Like:
Functions added in this fork to raylib API Functions added in this fork to raylib API
------- -------
- `RLAPI const char *GetOS(void);`, To get OS,Returns one of the following as string: - `RLAPI const char *GetOS(void);` To get OS,Returns one of the following as string:
- `Windows` - `Windows`
- `OSX` - `OSX`
- `Linux` - `Linux`
@ -140,7 +140,7 @@ Functions added in this fork to raylib API
- `NetBSD` - `NetBSD`
- `DragonFlyBSD` - `DragonFlyBSD`
- `Solaris` - `Solaris`
- `RLAPI void Execute(const char *command);`, To execute shell/batch command - `RLAPI void Execute(const char *command);` To execute shell/batch command
Functions added usage Functions added usage
------ ------