From 3590871d5a6937083a2ff696e6d113967e10ed7b Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Thu, 19 Dec 2013 11:51:50 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8439ba..84e773f 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,17 @@ ReadSharp was previously **PocketSharp.Reader** and is now hosted without the [P ## What's it all about? -The library extracts the main content of a website and returns the extracted content as HTML and it's associated title, description, favicon and a all included images. +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. -This content can be encapsulated in a ``-Tag and displayed as a readable website with a custom CSS (it's up to you!). +The content can be encapsulated in a ``-Tag and displayed as a readable website with a custom CSS (it's up to you!). ReadSharp is based on a custom PCL port of NReadability and SgmlReader, which are included in the solution. #### Association with Pocket -This library is a replacement for the Article View API by Pocket, which is not only limited by usage and privacy, but also in it's way of extracting contents from websites. +This library is a replacement for the Article View API by Pocket which is limited by usage and privacy. + +With ReadSharp you won't hit any usage limits, as you are extracting the content directly. And it's open source. ---