Update-README.ps1

Import-Module (Join-Path -Path $PSScriptRoot -ChildPath UncommonSense.P2000.psd1) -Force

Get-Command -Module UncommonSense.P2000 |
    Convert-HelpToMarkDown `
    -Title 'UncommonSense.P2000' `
    -Preface PREFACE.md `
    -Description 'PowerShell module for P2000 emergency services notifications' |
    Out-File -FilePath (Join-Path -Path $PSScriptRoot -ChildPath README.md) -Encoding utf8