From 7ecaa0421e436a1e0bea8826247091da8fce2d2c Mon Sep 17 00:00:00 2001 From: Jimmy Campbell Date: Tue, 15 Aug 2017 09:22:30 -0700 Subject: [PATCH] Added links to RSS and Atom specs to the readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58a18fd..26dc025 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Microsoft.SyndicationFeed -Microsoft.SyndicationFeed provides APIs similar to .NET XMLReader to simplify the reading and writing of RSS 2.0 and Atom syndication feeds. The syndication feed readers and writers were developed with extensiblity and customization in mind to allow consumers to support their own custom feed elements. Syndication Feed operations are on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency. +Microsoft.SyndicationFeed provides APIs similar to .NET XMLReader to simplify the reading and writing of RSS 2.0 ([spec](http://cyber.harvard.edu/rss/rss.html)) and Atom ([spec](https://tools.ietf.org/html/rfc4287)) syndication feeds. The syndication feed readers and writers were developed with extensiblity and customization in mind to allow consumers to support their own custom feed elements. Syndication Feed operations are on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency. ### Requirements: * [Visual Studio 2017](https://www.visualstudio.com/vs/whatsnew/) @@ -15,9 +15,8 @@ Microsoft.SyndicationFeed provides APIs similar to .NET XMLReader to simplify th * Build the Tests project. * Open the Test Explorer and click "Run All" or run each test individually. - # Examples -A folder with examples can be found [here](examples). +Examples can be found [here](examples). ### Create an RssReader and Read a Feed ### ```