Update-README.ps1
Import-Module (Join-Path -Path $PSScriptRoot -ChildPath UncommonSense.TvGuide.psd1) -Force Get-Command -Module UncommonSense.TvGuide | Convert-HelpToMarkDown ` -Title 'UncommonSense.TvGuide' ` -Description 'PowerShell module for retrieving Dutch tv guide information' | Out-File -FilePath (Join-Path -Path $PSScriptRoot -ChildPath README.md) -Encoding utf8 |