Update-Readme.ps1

Import-Module UncommonSense.Rdlc.Utils -Force

Get-Command -Module UncommonSense.Rdlc.Utils
| Sort-Object -Property Verb, Noun
| Convert-HelpToMarkDown -Title UncommonSense.RdlcUtils -Description 'PowerShell utility cmdlets for working with SQL Server Report Definition Language files'
| Out-File .\README.md