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

Commit 302e5cb

Browse files
committed
Merge branch 'master' of https://github.com/devblackops/Operation-Validation-Framework into script-parameters
2 parents 68ed14d + 1894177 commit 302e5cb

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)