From f7d5d62a773096cbdb9053b55b2ac3d584b21fc5 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 29 Dec 2022 21:19:57 +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 82001523..5f3467b5 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -96,7 +96,7 @@ Which editor to use for PowerShell scripts? How to write good PowerShell scripts? ------------------------------------- -Good PowerShell scripts are user-friendly and platform-independent. The following rules should be a good starting point: +Good PowerShell scripts are both user-friendly and platform-independent. I recommend the following rules as a starting point: 1. Use the `-.ps1` scheme to name the script. 2. Use `UTF-8 BOM` encoding to support Unicode characters in the script.