From 05990b948fcc7602785e0b5c88e66d17985d9255 Mon Sep 17 00:00:00 2001 From: jestarray <34615798+jestarray@users.noreply.github.com> Date: Mon, 2 May 2022 22:40:00 -0700 Subject: [PATCH] fixed project typo --- ...-Setup-for-windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Setup-for-windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md b/Quick-Setup-for-windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md index 47caafc..3c2b36c 100644 --- a/Quick-Setup-for-windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md +++ b/Quick-Setup-for-windows-with-Visual-Studio-2022,-GCC,-or-MinGW.md @@ -58,7 +58,7 @@ This will generate a makefile for you. Only do ONE of these options depending on your compiler and platform. ## Windows Users Double click the .sln file that was generated in the folder. If you are using Visual Studio 2022 you will be asked to upgrade the project, the defaults are fine, accept them and it will load. -From here you can use the prouject as normal. +From here you can use the project as normal. ## MinGW-w64 Users Open your compiler terminal (w64devkit if you are using it), change to the game folder and type