Updated README, added info for 'hub' option

This commit is contained in:
Andris Reinman
2014-01-18 16:08:52 +02:00
parent ede637b633
commit 1601075294

View File

@@ -35,6 +35,7 @@ var feed = new RSS(feedOptions);
* `categories` _optional_ **array of strings** One or more categories this feed belongs to.
* `pubDate` _optional_ **Date object or date string** The publication date for content in the feed
* `ttl` _optional_ **integer** Number of minutes feed can be cached before refreshing from source.
* `hub` _optional_ **PubSubHubbub hub url** Where is the PubSubHubb hub located.
### Add items to a feed