Update-README.ps1

Import-Module UncommonSense.AH -Force 

get-command -Module UncommonSense.AH | 
    Convert-HelpToMarkDown `
    -Title 'UncommonSense.AH' `
    -Description 'PowerShell module for retrieving Albert Heijn store information' |
    Out-File -FilePath (Join-Path -Path $PSScriptRoot -ChildPath README.md) -Encoding utf8