summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyssa2026-01-13 16:56:28 +0000
committerLyssa2026-01-13 16:56:28 +0000
commite35c4a89cf2fae33fa552df6b7e937d2d01e9119 (patch)
treef38d95eaa81deaae13da2fcc42b2ab064baa1d8e
parent12c10fd1f8004953efd78b59ecfd7a19b5567e58 (diff)
downloadmassgrave.dev-e35c4a89cf2fae33fa552df6b7e937d2d01e9119.zip
Correct TLS/SSL error description
-rw-r--r--docs/intro.md2
1 files changed, 1 insertions, 1 deletions
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
```