From 2d54d2216b22624dbdfc6690147034211c2f7a19 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 29 Mar 2021 11:37:02 +0200 Subject: [PATCH] Update FAQ.md --- Misc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/FAQ.md b/Misc/FAQ.md index d629a69e..b571f023 100644 --- a/Misc/FAQ.md +++ b/Misc/FAQ.md @@ -62,7 +62,7 @@ How to use PowerShell in Context Menus? How to edit PowerShell Scripts? ------------------------------- * use your favorite text editor -* use Visual Studio Code (available for free) - providing syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console. +* use Visual Studio Code (available for free for Linux, Mac OS and Windows) - supporting syntax highlighting, on-the-fly problem checking and an integrated PowerShell Console. How to write good PowerShell Scripts?