From f39e2c79917809d5b99fd2a601354623a8677e9e Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Wed, 12 Jan 2022 09:53:48 -0800 Subject: [PATCH] Minor update to the README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb449c68..05fa5dd3 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ It provides: The "out of box" experience is meant to be very familiar to PowerShell users - there should be no need to learn any new key strokes. -Keith Hill wrote a [great introduction](https://rkeithhill.wordpress.com/2013/10/18/psreadline-a-better-line-editing-experience-for-the-powershell-console/) (2013) to `PSReadLine`. +Some good resources about `PSReadLine`: -Ed Wilson (Scripting Guy) wrote a [series](https://devblogs.microsoft.com/scripting/tag/psreadline/) (2014-2015) on `PSReadLine`. - -John Savill has a [video](https://www.youtube.com/watch?v=Q11sSltuTE0) (2021) covering installation, configuration, and tailoring `PSReadLine` to your liking. +- Keith Hill wrote a [great introduction](https://rkeithhill.wordpress.com/2013/10/18/psreadline-a-better-line-editing-experience-for-the-powershell-console/) (2013) to `PSReadLine`. +- Ed Wilson (Scripting Guy) wrote a [series](https://devblogs.microsoft.com/scripting/tag/psreadline/) (2014-2015) on `PSReadLine`. +- John Savill has a [video](https://www.youtube.com/watch?v=Q11sSltuTE0) (2021) covering installation, configuration, and tailoring `PSReadLine` to your liking. ## Installation