Skip to content

Commit 0110966

Browse files
Refine README examples for published docs (#57)
## Summary - fix grammar in the README usage section (�xample -> �xamples) - replace the template module name in Example 2 with MariusTestModule ## Why This tightens rendered documentation quality and provides a concrete follow-up change for validating site build/publish behavior end-to-end. --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent cba024f commit 0110966

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Import-Module -Name {{ NAME }}
2525

2626
## Usage
2727

28-
Here is a list of example that are typical use cases for the module.
28+
Here is a list of examples that are typical use cases for the module.
2929

3030
### Example 1: Greet an entity
3131

@@ -41,7 +41,7 @@ Hello, World!
4141
Provide examples for typical commands that a user would like to do with the module.
4242

4343
```powershell
44-
Import-Module -Name PSModuleTemplate
44+
Import-Module -Name MariusTestModule
4545
```
4646

4747
### Find more examples

0 commit comments

Comments
 (0)