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 440e1ef commit 4dc450e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ 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); })
$.jQRSS('http://www.fake-feed.com/myRSS/', { count: 8, output: 'xml' },
function(feed, entries) {
$('body').append(entries);
});
```

### Overwritable Methods
Expand Down

0 comments on commit 4dc450e

Please sign in to comment.