From 3582ad731dd84410b223cca2335f18c9a7e1d71d Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 11 May 2023 11:16:33 +0200 Subject: [PATCH] Update FAQ.md --- Docs/FAQ.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 0e5d3dee..8622c589 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -109,7 +109,8 @@ Want to use the PowerShell scripts everywhere on the command-line? Then you need
How to write good PowerShell scripts? -Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following: + +**Good PowerShell scripts are both user-friendly and platform-independent. As a starting point I recommend the following:** * Use the `-.ps1` scheme to name the script. * Use `UTF-8 BOM` encoding to support Unicode characters in the script.