From dd91763ea223499a9789091b611de396162d70f3 Mon Sep 17 00:00:00 2001 From: Anton Vynogradenko Date: Mon, 3 Nov 2014 16:26:19 -0800 Subject: [PATCH] Update readme.md fixing output example to actually output changed file path --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.