Skip to content

Commit 3c4990e

Browse files
authored
Fix example
1 parent 28a59fe commit 3c4990e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ TestDC 4800 pwsh
3838
### Test Lock File Validity
3939

4040
```powershell
41-
Test-FileLock -Path \\scripts\myscript.lock
41+
Test-LockFile -Path \\scripts\myscript.lock
4242
```
4343

4444
You can also pipe the outputs from `Get-LockFile`.
4545

4646
```powershell
47-
Get-LockFile -Path \\scripts\myscript.lock | Test-FileLock
47+
Get-LockFile -Path \\scripts\myscript.lock | Test-LockFile
4848
True
4949
```
5050

0 commit comments

Comments
 (0)