From 60cc5c44dc800c0d7ff8c5dc489d620909ba4def Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Sat, 26 Nov 2022 10:02:12 +0100 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index f9759cf8..84cbc9fd 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -93,7 +93,7 @@ Which editor to use for PowerShell scripts? How to write good PowerShell scripts? ------------------------------------- -Good PowerShell scripts are user-friendly and platform-independent. As a guideline follow these rules, please: +Good PowerShell scripts are user-friendly and platform-independent. The following rules should be a good starting point: 1. Use the `-.ps1` scheme to name the script. 2. Use `UTF-8 BOM` encoding to support Unicode characters in the script.