Skip to content

Commit 45201ba

Browse files
Update
1 parent 5de7034 commit 45201ba

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,32 @@ Install-Module -Name YourModuleName
1616

1717
## Usage
1818

19+
Here is a list of example that are typical use cases for the module.
20+
This section should provide a good overview of the module's capabilities.
1921

22+
### Example 1
2023

21-
### Exampl
2224
Provide examples for typical commands that a user would like to do with the module.
2325

2426
```powershell
2527
Import-Module -Name PSModuleTemplate
2628
```
2729

30+
### Example 2
31+
32+
Provide examples for typical commands that a user would like to do with the module.
33+
34+
```powershell
35+
Import-Module -Name PSModuleTemplate
36+
```
37+
38+
### Find more examples
39+
40+
To find more examples of how to use the module, please refer to the [examples](examples) folder.
41+
42+
Alternatively, you can use the Get-Command -Module 'This module' to find more commands that are available in the module.
43+
To find examples of each of the commands you can use Get-Help -Examples 'CommandName'.
44+
2845
## Documentation
2946

3047
Link to further documentation if available, or describe where in the repository users can find more detailed documentation about

0 commit comments

Comments
 (0)