From 28725b287cfb936c64d3a1de703e4c828776aab9 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Thu, 19 Aug 2021 23:00:56 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8c60cad..b55cb48 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,9 @@ redirect you __away__ from the pages that allow you to download retail ISOs): * https://www.microsoft.com/software-download/Windows8ISO * https://www.microsoft.com/software-download/Windows10ISO -After visiting those with a full browser (Internet Explorer, running through the `Invoke-WebRequest` PowerShell Cmdlet), -to confirm that they are accessible, the script then queries the web API from the Microsoft servers to first request the -language selection available for the version of Windows selected by the user, and then request the actual download links -for all the architectures available for that specific combination of version + language. +After checking access to these URLs, to confirm that they are accessible, the script first queries the web API from the +Microsoft servers, to request the language selection available for the version of Windows selected, and then requests +the actual download links for all the architectures available for that language + version. Requirements ------------