From d6acf85dbc6c609828bb307154a518ee2d058926 Mon Sep 17 00:00:00 2001 From: Z4xk3r07h <30985576+TheProdigyLeague@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:10:31 -0500 Subject: [PATCH] typo #2 it is literally just another typo... --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 0a8d83a6..d6610feb 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -63,7 +63,7 @@ for more. ## Windows / Visual Studio -To build gamenetworkingsockets on Windows, it's recommended to obtain thge dependencies by using vcpkg in ["manifest mode"](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode). The following instructions assume that you will follow the vcpkg recommendations and install vcpkg as a subfolder. If you want to use "classic mode" or install vcpkg somewhere else, you're on your own. +To build gamenetworkingsockets on Windows, it's recommended to obtain the dependencies by using vcpkg in ["manifest mode"](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode). The following instructions assume that you will follow the vcpkg recommendations and install vcpkg as a subfolder. If you want to use "classic mode" or install vcpkg somewhere else, you're on your own. If you don't want to use vcpkg, try the [manual instructions](BUILDING_WINDOWS_MANUAL.md).