Skip to content

Commit 7fd9c72

Browse files
authored
Fix PowerShell code block formatting in README
Corrected formatting of PowerShell code block in README.
1 parent e799983 commit 7fd9c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Legal notice: This script is provided without any warranty; without even the imp
1717

1818
Open 'Windows PowerShell' as Administrator on your WSUS server, then run these commands:
1919

20-
```powershell
20+
```powershell
2121
# Update PowerShellGet for Windows PowerShell 5.1 - https://learn.microsoft.com/en-us/powershell/gallery/powershellget/update-powershell-51?view=powershellget-3.x
2222
Install-Module -Name PowerShellGet -AllowClobber -Force
2323
# (When prompted if you want PowerShellGet to install and import the NuGet provider, respond with 'Y')

0 commit comments

Comments
 (0)