Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbunke committed Jan 13, 2018
1 parent 20015bb commit 79eaab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Install-Module ArrayList
Easy mode:

```powershell
# Capture an empty ArrayList
# Capture an empty Generic.List<System.Object> collection
$10 = New-ArrayList
# Append one/many objects via the pipeline
1..10 | Add-ArrayObject -Array $10
Expand Down Expand Up @@ -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<T>`]: 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/

Expand Down

0 comments on commit 79eaab1

Please sign in to comment.