Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ravensorb authored Jul 2, 2017
1 parent b26ff50 commit fc9ded1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Invisionware Frmaework is a collection of utilities classes, extension methods,
## Collections
This portion of the Invisionware Framework is focused on enhancements to standard collections within the .NET frmaework

Add the following using statement
[![NuGet](https://img.shields.io/nuget/v/Invisionware.Collections.svg)](https://www.nuget.org/packages/Invisionware.Collections)

Packages related to Invisionware Collections
```powershell
Install-Package Invisionware.Collections
```

Then just add the following using statement
```c#
using Invisionware.Collections;
```
Expand Down

0 comments on commit fc9ded1

Please sign in to comment.