From f36336a559da87220e4d350e33ee63834fd3086a Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 13 Jul 2022 19:47:41 +0200 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 2bdf0de..6ad0835 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,6 +1,6 @@ ## Building raylib on Windows -## Simple Setup using Premake +### Simple Setup using Premake The fastest way to get a game setup on windows with MinGW or Visual Studio is to use premake. See https://github.com/raylib-extras/game-premake for instructions