From 1ad975a115442b0a0c4dc22eb782f468b6db0ac8 Mon Sep 17 00:00:00 2001 From: akulakul <33736675+akulakul@users.noreply.github.com> Date: Fri, 9 Aug 2019 08:52:52 +0200 Subject: [PATCH] corrected alternative to alternatively --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 50bb735..ad5f5a7 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,6 +1,6 @@ ## Building Library -To build your raylib game for Windows you need to download raylib git repository. raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. You can alternative download *raylib Windows Installer*. +To build your raylib game for Windows you need to download raylib git repository. raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. You can alternatively download *raylib Windows Installer*. **raylib Windows Installer** comes with all the required tools to develop with raylib, those tools are: * C Compiler (TCC or MinGW) - To compile the code, it includes all required system libraries.