Merge pull request #4 from leegreenwood/master
Updated Readme.md with corrected example code
This commit is contained in:
@@ -35,7 +35,7 @@ Article article;
|
||||
|
||||
try
|
||||
{
|
||||
article = await reader.Read("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation");
|
||||
article = await reader.Read(new Uri("http://frontendplay.com/story/4/http-caching-demystified-part-2-implementation"));
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user