From 18f3c07f654fe929afda49d46921294026b85959 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Fri, 14 Feb 2020 07:25:56 +0100 Subject: [PATCH] Update README.md with section "How to implement" (#8) --- CHANGELOG.md | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e311b7a..a2aeb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the correct style. - The deploy step is no longer run on forks. - Azure Pipelines will no longer trigger on changes to just the CHANGELOG.md. +- Add section "How to implement" in the README.md. ## [0.2.0] - 2020-01-09 diff --git a/README.md b/README.md index 7300192..dd7f8c9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ full release to [PowerShell Gallery](https://www.powershellgallery.com/). Please check out common DSC Community [contributing guidelines](https://dsccommunity.org/guidelines/contributing). +## How to implement + +See the article [DscResource.Common functions in a DSC module](/blog/use-dscresource-common-functions-in-module/) +describing how to convert a DSC resource module to use DscResource.Common. + ## Cmdlet Refer to the comment-based help for more information about these helper