diff --git a/docs/uninstall.md b/docs/uninstall.md index 6b496c62..5e648c02 100644 --- a/docs/uninstall.md +++ b/docs/uninstall.md @@ -8,7 +8,7 @@ The script currently doesn't support uninstalling from custom locations. This is Run the following in PowerShell: -``` +```PowerShell $script = "${env:TEMP}\uninstall.ps1" $url = "https://raw.githubusercontent.com/AzureAD/microsoft-authentication-cli/main/install/uninstall.ps1" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12