From 51e6d6b953f4cfdfcbf83eb04cfa28d173bbbb22 Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Thu, 12 Aug 2021 04:41:20 +0300 Subject: [PATCH] Fixed typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12d901..0e6008c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The following prerequisites are necessary in order to compile this project: Download either of those [here](http://go.microsoft.com/fwlink/p/?LinkId=840931). The guide assumes you have installed either Visual Studio 2019, either Build Tools for Visual Studio 2019. -* A recent version of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/) - for development, version 10.19041.0 was used, available [here](https://go.microsoft.com/fwlink/p/?linkid=2120843) (this may also be offered as an option when installing Visual Studio) +* A recent version of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/) - for development, version 10.0.19041.0 was used, available [here](https://go.microsoft.com/fwlink/p/?linkid=2120843) (this may also be offered as an option when installing Visual Studio) * [CMake](https://cmake.org/) - for easier usage, make sure to have it added to PATH during installation