diff --git a/README.md b/README.md index 287c7e1..7de38ef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Install - To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run: - iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1') +```powershell +iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1') +``` Know Issues - @@ -136,4 +138,4 @@ Click on this image to watch the short video. ![image](https://raw.githubusercontent.com/dfinke/ImportExcel/master/images/TryImportExcel.gif) -You can also find EPPLus on [Nuget](https://www.nuget.org/packages/EPPlus/). \ No newline at end of file +You can also find EPPLus on [Nuget](https://www.nuget.org/packages/EPPlus/).