diff --git a/README.md b/README.md index 63e15c7..4b6db20 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Otherwise To install in your personal modules folder (e.g. ~\Documents\WindowsPowerShell\Modules), run: ```powershell - iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1') +iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfinke/ImportExcel/master/Install.ps1') ``` Know Issues