diff --git a/readme.md b/readme.md index a817c75..04f0e03 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ A simple example will be: Import-Module pswatch watch "Myfolder\Other" | %{ - Write-Host "$_.Path has changed!" + Write-Host "$($_.Path) has changed!" RunUnitTests.exe $_.Path } @@ -37,4 +37,4 @@ The wacth cmdlet has the following parameters: * includeChanged: default to true. * includeRenamed: default to true. * includeCreated: default to true. - * includeDeleted: default to false. \ No newline at end of file + * includeDeleted: default to false.