diff --git a/README.md b/README.md index 4a696eb..59dff54 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Import-Module -Name {{ NAME }} ## Usage -Here is a list of example that are typical use cases for the module. +Here is a list of examples that are typical use cases for the module. ### Example 1: Greet an entity @@ -41,7 +41,7 @@ Hello, World! Provide examples for typical commands that a user would like to do with the module. ```powershell -Import-Module -Name PSModuleTemplate +Import-Module -Name MariusTestModule ``` ### Find more examples @@ -53,8 +53,7 @@ To find examples of each of the commands you can use Get-Help -Examples 'Command ## Documentation -Link to further documentation if available, or describe where in the repository users can find more detailed documentation about -the module's functions and features. +Function documentation is published to the project site under the `Functions` section and is generated from the module source. ## Contributing