Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 1894177

Browse files
authored
Merge pull request #11 from cparker4486/patch-1
Correction to cmdlet names in example section
2 parents 7f2acc1 + 913d737 commit 1894177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
2929

3030
## Examples
3131
```
32-
PS>get-operationtest -ModuleName C:\temp\modules\AddNumbers
32+
PS> Get-OperationValidation -ModuleName C:\temp\modules\AddNumbers
3333
3434
3535
Type: Simple
@@ -48,7 +48,7 @@ Invoke-OperationValidation Function Invoke the operational tests from mo
4848
Comprehensive Examples
4949
5050
51-
PS> invoke-operationtest -IncludePesterOutput
51+
PS> Invoke-OperationValidation -IncludePesterOutput
5252
5353
Describing Simple Test Suite
5454
[+] first Operational test 20ms

0 commit comments

Comments
 (0)