diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index 0302cca..b9a6148 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -150,7 +150,7 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 Tags = @("Excel", "EPPlus", "Export", "Import") # The web address of an icon which can be used in galleries to represent this module - #IconUri = "http://pesterbdd.com/images/Pester.png" + #IconUri = # The web address of this module's project or support homepage. ProjectUri = "https://github.com/dfinke/ImportExcel" @@ -215,4 +215,4 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' -} \ No newline at end of file +}