Update-ReadMe.ps1
Import-Module (Join-Path -Path $PSScriptRoot -ChildPath UncommonSense.Meesman.psd1) -Force Get-Command -Module UncommonSense.Meesman | Convert-HelpToMarkDown ` -Title 'UncommonSense.Meesman' ` -Description 'PowerShell module for Meesman investments funds' | Out-File -FilePath (Join-Path -Path $PSScriptRoot -ChildPath README.md) -Encoding utf8 |