From e35c4a89cf2fae33fa552df6b7e937d2d01e9119 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Tue, 13 Jan 2026 20:56:28 +0400 Subject: Correct TLS/SSL error description --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 9279ac3..fe85a90 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -39,7 +39,7 @@ import TabItem from '@theme/TabItem'; ``` **If you receive a TLS/SSL Error (Older Windows):** - If you are on Windows 7 or an old build of 8/10, run this command *before* the main command: + If you are on an old build of Windows 8.1 or 10, run this command *before* the main command: ```powershell [Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12 ``` -- cgit v1.2.3