From 95de78824846b37ff9d4067fbfd1336facf16176 Mon Sep 17 00:00:00 2001 From: KevinMarquette Date: Thu, 2 Feb 2017 20:30:52 -0800 Subject: [PATCH] Moved comment --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e31a05..c18dda7 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,8 @@ Provide a script file and a command to execute. $path = myscript.ps1 Get-Chronometer -Path $path -Script {. .\myscript.ps1} -OutVariable report $report.ToString() +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. ## Things to know The `Path` can be any ps1 and the script can run any command. Ideally, you would either execute the script or load the script and execute a command inside it. -## General comments -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. - -