update readme

This commit is contained in:
2013-12-17 22:42:53 +01:00
parent 6aeb124f11
commit 505ca36423
2 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

+1 -1
View File
@@ -6,7 +6,7 @@ ReadSharp was previously **PocketSharp.Reader** and is now hosted without the [P
The library extracts the main content of a website and returns the extracted content as HTML and it's associated title, as well as other useful content (images, icons, ...).
This content can be encapsulated in a <body>-Tag and displayed as a readable website with a custom CSS (it's up to you!).
This content can be encapsulated in a `<body>`-Tag and displayed as a readable website with a custom CSS (it's up to you!).
---