From de67540286489a145ce98838e8a64ce92b6b512d Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 24 Oct 2015 20:57:25 -0400 Subject: [PATCH] fix up readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 147c05a..8fc8243 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,11 @@ This adds some extra linq extensions I have found in the ruby community. Ruby dev's will recognize these from the ruby array api docs. If you are still confused with these explanations check out the docs of the ruby version(s) +## How to use? + +Simply install the [nuget package](https://www.nuget.org/packages/LinqRb/) + +`Install-Package LinqRb` + ## Reject