From 08b17731577cfded997e00985701fbf917e29fb1 Mon Sep 17 00:00:00 2001 From: JD McKinstry Date: Mon, 7 Mar 2016 17:21:28 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8018237..473793a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ -# jQRSS -A simple RSS feed reader using jQuery and Google +[jQRSS](https://github.com/JDMcKinstry/jQRSS/) - RSS Feed Reading Made EZ! +================================ + +This simple and easy to use jQuery Plugin makes calling RSS Feeds simple and easy and provides plenty of feedback in the developer console *if* available! It maintains a list of Ajax calls for RSS feeds. It also includings easy to override options, in case you want to make it a little more "your own. + +#### Simply include it anywhere after your call to jQuery and then use as simple as: + + $.jQRSS('http://www.yourRSSurl.com/', { options }, function (newsFeed) { /* do work! */ })