Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMcKinstry committed Mar 7, 2016
1 parent 3eed8fc commit 08b1773
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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! */ })

0 comments on commit 08b1773

Please sign in to comment.