From dad50db4f8c297874cb7a9f0f4a50c2631f8f6de Mon Sep 17 00:00:00 2001 From: Kapil Borle Date: Tue, 13 Dec 2016 17:03:20 -0800 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32f82d3b6..bfc828577 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Installation Install-Module -Name PSScriptAnalyzer ``` -**Note** For PowerShell version `5.1.14393.206` or newer, before installing PSScriptAnayzer, please install the latest Nuget provider by running the following in an elevated PowerShell session. +**Note**: For PowerShell version `5.1.14393.206` or newer, before installing PSScriptAnalyzer, please install the latest Nuget provider by running the following in an elevated PowerShell session. ```powershell Install-PackageProvider Nuget –force –verbose Exit