From e059148b5b5d58170a5c63ef053d3a30db9cf4d7 Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 26 Sep 2014 18:56:50 -0400 Subject: [PATCH] remove documentation of using feedOption author which does not follow the RSS spec. Hopefully fixes #21. --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 8a663b5..5ca2315 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,6 @@ var feed = new RSS(feedOptions); * `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. * `docs` _optional_ **url string** Url to documentation on this feed. - * `author` **string** Who owns this feed. * `managingEditor` _optional_ **string** Who manages content in this feed. * `webMaster` _optional_ **string** Who manages feed availability and technical support. * `copyright` _optional_ **string** Copyright information for this feed. @@ -88,7 +87,6 @@ var feed = new RSS({ site_url: 'http://example.com', image_url: 'http://example.com/icon.png', docs: 'http://example.com/rss/docs.html', - author: 'Dylan Greene', managingEditor: 'Dylan Greene', webMaster: 'Dylan Greene', copyright: '2013 Dylan Greene', @@ -143,7 +141,7 @@ are included. (The MIT License) -Copyright (c) 2011-2013 Dylan Greene +Copyright (c) 2011-2014 Dylan Greene Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the