Fixed Readme typo "raylib" to "raygui" in building section (#168)

Co-authored-by: Oleg Dzhuraev <oleg.dzhuraev@playgendary.com>
This commit is contained in:
Oleg Dzhuraev
2021-11-18 19:41:49 +03:00
committed by GitHub
parent a609522c05
commit 10ebad86ef

View File

@ -86,7 +86,7 @@ Provided set of icons can be reviewed and customized using [rGuiIcons](https://r
- **Windows (MinGW, GCC)**
```
copy src/raylib.h src/raylib.c
copy src/raygui.h src/raygui.c
gcc -o src/raygui.dll src/raygui.c -shared -DRAYGUI_IMPLEMENTATION -DBUILD_LIBTYPE_SHARED -static-libgcc -lopengl32 -lgdi32 -lwinmm -Wl,--out-implib,src/librayguidll.a
```