Merge pull request #4 from leegreenwood/master

Updated Readme.md with corrected example code
This commit is contained in:
2014-01-03 10:09:00 -08:00
+1 -1
View File
@@ -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)
{