From c0b3297bd70a9d8c89f9102654834d373b608ad5 Mon Sep 17 00:00:00 2001 From: dfinke Date: Thu, 5 Dec 2019 18:20:21 -0500 Subject: [PATCH] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7638b64..0ca404e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi - Remove all functions from the `psm1` - Move functions into public subdirectory - Align TDD and continuous integration workflow -- Move help from functions to mdHelp and use PlatyPS to generate external help file +- Move help from functions to mdHelp and use [PlatyPS](https://www.powershellgallery.com/packages/platyPS) to generate external help file Thanks to [James O'Neill](https://twitter.com/jamesoneill) for the refactor and [Illy](https://twitter.com/ili_z) on the continuous integration.