Skip to content

Commit

Permalink
Fix header formatting in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist authored May 3, 2017
1 parent ea86f18 commit 6862967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6862967

Please sign in to comment.