Skip to content

Commit

Permalink
Update README.md with section "How to implement" (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Feb 14, 2020
1 parent 7fc06e5 commit 18f3c07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18f3c07

Please sign in to comment.