From 04c2378e27eaba4426cbfabb6a152d1526f58bbc Mon Sep 17 00:00:00 2001 From: Rfaile313 Date: Sun, 14 Feb 2021 20:27:06 -0600 Subject: [PATCH] Updated Working on Windows (markdown) --- 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 1ab325c..76560a8 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -6,7 +6,7 @@ It is always recommended that you download a [release](https://github.com/raysan raylib already comes with ready-to-use makefiles and CMake system to compile source code, examples and templates. You can alternatively download the raylib [Windows Installer](https://github.com/raysan5/raylib/releases). -**raylib Windows Installer** comes with all the required tools to develop with raylib, those tools are: +The **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. * Notepad++ (preconfigured) - To edit code, it includes ready-to-use scripts to compile code and examples. * raylib library - Including, source, release, examples and templates.