Updated readme skip ci

This commit is contained in:
KevinMarquette
2017-02-05 01:11:46 -08:00
parent d5d510dd89
commit 2810686181

View File

@@ -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. Provide a script file and a command to execute.
$path = myscript.ps1 $path = myscript.ps1
Get-Chronometer -Path $path -Script {. .\myscript.ps1} -OutVariable report $Chronometer = Get-Chronometer -Path $path -Script {. .\myscript.ps1}
$report.line | % tostring $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. 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.