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)