Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

Expand Down
Loading