From 250adac5d55bf5f29cdf8e6a8528d6cad12a59ed Mon Sep 17 00:00:00 2001 From: Kevin Marquette Date: Thu, 5 Aug 2021 15:02:06 -0700 Subject: [PATCH] Add blog post link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ea1c0d..0d9b584 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ Here is a more complex example: } $results = Get-Chronometer @Chronometer $results | Format-Chronometer + +# More Resources +## Blog Posts +* [Powershell: Chronometer, line by line script execution times](https://powershellexplained.com/2017-02-05-Powershell-Chronometer-line-by-line-script-execution-times)