From 6902e211363f9a84a77b17db915839a9823ec12e Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Sun, 17 May 2015 09:58:55 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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/).