From 954c270926410133fbfa0b2ad400d87762b4c8e3 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Mon, 25 Nov 2019 17:27:36 +0100 Subject: [PATCH] Small amend to previous edit (missing word) --- 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 58f7a8d..b8fdc18 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -7,7 +7,7 @@ To build your raylib game for Windows you need to download raylib git repository * Notepad++ (preconfigured) - To edit code, it includes ready-to-use scripts to compile code and examples. * raylib library - Including, source, release, examples and templates. -If you want, you can a different code editor (e.g. Visual Studio) or another compiler, but the following instructions are focused on raylib standard development tools: Notepad++ and TCC/MinGW. +If you want, you can use a different code editor (e.g. Visual Studio) or another compiler, but the following instructions are focused on raylib standard development tools: Notepad++ and TCC/MinGW. ### Build raylib using Notepad++ script