Skip to content

Commit

Permalink
[DEL] unanderstandable string in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ApmeM committed Jul 18, 2011
1 parent 802b025 commit b3f3b27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ To read foreign rss feed you need to get stream with rss data and call `RSSHelpe
var stream = response.GetResponseStream();
Rss rss = RSSHelper.ReadRSS(stream);
Assert.AreEqual("Bash.Org.Ru", rss.Channel.Title);
Assert.AreEqual("Öèòàòíèê Ðóíåòà", rss.Channel.Description);

### RSS object creating example

Expand Down

0 comments on commit b3f3b27

Please sign in to comment.