fix typo, fixes #48

This commit is contained in:
Dylan Greene
2015-10-13 21:44:20 -04:00
parent c1a58d3ca7
commit 3915682759

View File

@@ -15,7 +15,7 @@ var feed = new RSS(feedOptions);
* `generator` _optional_ **string** Feed generator. * `generator` _optional_ **string** Feed generator.
* `feed_url` **url string** Url to the rss feed. * `feed_url` **url string** Url to the rss feed.
* `site_url` **url string** Url to the site that the feed is for. * `site_url` **url string** Url to the site that the feed is for.
* `image_url` _optional_ **url string* Small image for feed readers to use. * `image_url` _optional_ **url string** Small image for feed readers to use.
* `docs` _optional_ **url string** Url to documentation on this feed. * `docs` _optional_ **url string** Url to documentation on this feed.
* `managingEditor` _optional_ **string** Who manages content in this feed. * `managingEditor` _optional_ **string** Who manages content in this feed.
* `webMaster` _optional_ **string** Who manages feed availability and technical support. * `webMaster` _optional_ **string** Who manages feed availability and technical support.