From 7e1b5f44e70809edbc5b7ee4927ad3b21844f337 Mon Sep 17 00:00:00 2001 From: Ryan Bolger Date: Fri, 13 Dec 2019 16:32:49 -0800 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff27132..ed3aa4c 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The rest of the functions in this module work very similarly. Check the associat # Requirements and Platform Support -All of the currently included functions are tied to Windows services and related modules. Generally, you should have Windows PowerShell 5.1 or later (Desktop edition) with .NET Framework 4.7.1** or later which are the same minimum requirements as Posh-ACME. +All of the currently included functions are tied to Windows services and related modules. Generally, you should have Windows PowerShell 5.1 or later (Desktop edition) with .NET Framework 4.7.1 or later which are the same minimum requirements as Posh-ACME. PowerShell Core support will be dependent on the specific function you're using and whether any dependent modules (WebAdministration, RemoteDesktopServices, etc) are compatible.