From 6862967952ce6be3c3223a898fe695262c486bad Mon Sep 17 00:00:00 2001 From: Brian Scholer Date: Wed, 3 May 2017 10:37:09 -0400 Subject: [PATCH] Fix header formatting in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3223db4..3cb67f8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This PowerShell Module wraps the .NET [EPPlus DLL](http://epplus.codeplex.com/) Installation - -####[Powershell V5](https://www.microsoft.com/en-us/download/details.aspx?id=50395) and Later +#### [Powershell V5](https://www.microsoft.com/en-us/download/details.aspx?id=50395) and Later You can install ImportExcel directly from the Powershell Gallery * [Recommended] Install to your personal Powershell Modules folder @@ -19,7 +19,7 @@ Install-Module ImportExcel -scope CurrentUser Install-Module ImportExcel ``` -####Powershell V4 and Earlier +#### Powershell V4 and Earlier To install to your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run: ```powershell