From ec8624d1e28e01ecef09ac6821246fa30e622250 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 19 Dec 2013 12:22:05 +0100 Subject: [PATCH] include nuget link in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 84e773f..12a1bcc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ ReadSharp was previously **PocketSharp.Reader** and is now hosted without the [PocketSharp](https://github.com/ceee/PocketSharp) dependency. +## Install ReadSharp using [NuGet](https://www.nuget.org/packages/ReadSharp/) + +``` +Install-Package ReadSharp +``` + + ## What's it all about? The library extracts the main content of a website and returns the article as HTML with it's associated title, description, favicon and all included images.