From 1f67fe871f6677a1b3b25aef83c761242d10e4b5 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Tue, 1 Jul 2025 16:50:28 +0200 Subject: [PATCH] Update FAQ.md --- docs/FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 455faec3..f934481a 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -56,8 +56,8 @@ * **PowerShell 2.0** (or lower) is out-dated and will be removed in newer Windows releases. * **PowerShell 5.1** is preinstalled on Windows 10 or 11. * **PowerShell 7.5.2** is the very latest (as of July 2025), but needs to be installed manually. -* **Version history** is at: https://github.com/PowerShell/PowerShell/releases -* **NOTE:** scripts should specify the required version, e.g.: `#Requires -Version 5`. This also helps to identify out-dated scripts. +* **Version history** can be found at: https://github.com/PowerShell/PowerShell/releases +* **Scripts** should specify the required version, e.g.: `#Requires -Version 5`. This also helps to identify out-dated scripts.