Update FAQ.md

This commit is contained in:
Markus Fleschutz 2022-11-26 10:02:12 +01:00 committed by GitHub
parent d64c803dd0
commit 60cc5c44dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `<verb>-<object>.ps1` scheme to name the script.
2. Use `UTF-8 BOM` encoding to support Unicode characters in the script.