diff --git a/Examples/Extra/Get-ModuleStats.ps1 b/Examples/Extra/Get-ModuleStats.ps1 index 1a08faf..9b848b8 100644 --- a/Examples/Extra/Get-ModuleStats.ps1 +++ b/Examples/Extra/Get-ModuleStats.ps1 @@ -1,3 +1,10 @@ +<# + .Synopsis + Chart download stats for modules/scripts published on the PowerShell Gallery + .Example + .\Get-ModuleStats.ps1 ImportExcel +#> + param( [Parameter(Mandatory=$true)] $moduleName,