From 28106861815afa2a6a80b89bb4b4090c4f821e04 Mon Sep 17 00:00:00 2001 From: KevinMarquette Date: Sun, 5 Feb 2017 01:11:46 -0800 Subject: [PATCH] Updated readme skip ci --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5360d69..791061f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Place the Chronometer folder into your `$PSModulePath`. I will publish to the Po Provide a script file and a command to execute. $path = myscript.ps1 - Get-Chronometer -Path $path -Script {. .\myscript.ps1} -OutVariable report - $report.line | % tostring + $Chronometer = Get-Chronometer -Path $path -Script {. .\myscript.ps1} + $Chronometer | % tostring | Format-Chronometer The user experience is important to me but I am working on the core logic right now. I will loop back to make it more intuitive and simple to use.