From 193a74203f94957fd9062a9f6bed7951ea815ebf Mon Sep 17 00:00:00 2001 From: Chanakan Mungtin Date: Tue, 17 May 2022 09:14:53 +0700 Subject: [PATCH] Fixed typo: Simple Setup with Preamke --- 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 a0e5d0c..94ad58a 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,6 +1,6 @@ ## Building raylib on Windows -## Simple Setup using Preamke +## 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