Fixing formatting in published page

the markdown powershell checker didn't have a space before it
This commit is contained in:
Andrew Ryan Davis 2020-08-20 12:40:18 -07:00 committed by GitHub
parent d221d56c60
commit ea11ea2444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -680,6 +680,7 @@ Update-Help # Run as admin
``` ```
If you are uncertain about your environment: If you are uncertain about your environment:
```Powershell ```Powershell
Get-ExecutionPolicy -List Get-ExecutionPolicy -List
Set-ExecutionPolicy AllSigned Set-ExecutionPolicy AllSigned