Update-README.ps1
Import-Module (Join-Path $PSScriptRoot UncommonSense.Pushover.psd1) -Force Convert-HelpToMarkdown ` -Title UncommonSense.Pushover ` -PrefacePath (Join-Path $PSScriptRoot PREFACE.md) ` -Commands (Get-Command -Module UncommonSense.Pushover) ` -Description 'PowerShell module for sending Pushover notifications' | Out-File -FilePath (Join-Path $PSScriptRoot README.md) -Encoding utf8 |