diff options
| author | Lyssa | 2026-01-13 16:56:28 +0000 |
|---|---|---|
| committer | Lyssa | 2026-01-13 16:56:28 +0000 |
| commit | e35c4a89cf2fae33fa552df6b7e937d2d01e9119 (patch) | |
| tree | f38d95eaa81deaae13da2fcc42b2ab064baa1d8e /docs | |
| parent | 12c10fd1f8004953efd78b59ecfd7a19b5567e58 (diff) | |
| download | massgrave.dev-e35c4a89cf2fae33fa552df6b7e937d2d01e9119.zip | |
Correct TLS/SSL error description
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro.md | 2 |
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
```
|
