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 8, 2016
1 parent 7322aba commit 440e1ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This simple and easy to use jQuery Plugin makes calling RSS Feeds simple and eas
## Example Use of Callback
```js
$.jQRSS('http://www.fake-feed.com/myRSS/', { count: 8, output: 'xml' }, function(feed, entries) { $('body').append(entries); })
```

### Overwritable Methods
#### In general, the following methods should not be changed, but if you'd like to change how the Plugin works upon each ajax call, here you go!
Expand Down

0 comments on commit 440e1ef

Please sign in to comment.