From 79eaab10bd3f72b84ef4fceeb34ef7f6ae424070 Mon Sep 17 00:00:00 2001 From: Brian Bunke Date: Sat, 13 Jan 2018 13:22:50 -0800 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e050f01..f5872b2 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Install-Module ArrayList Easy mode: ```powershell -# Capture an empty ArrayList +# Capture an empty Generic.List collection $10 = New-ArrayList # Append one/many objects via the pipeline 1..10 | Add-ArrayObject -Array $10 @@ -81,8 +81,8 @@ Or reach out on Twitter: [@brianbunke] -[`System.Collections.ArrayList`]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.arraylist [`System.Collections.Generic.List`]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1 +[`System.Collections.ArrayList`]: https://docs.microsoft.com/en-us/dotnet/api/system.collections.arraylist [blog post]: http://www.brianbunke.com/blog/2018/01/04/powershell-arraylist/