diff --git a/FeedExpander.md b/FeedExpander.md index 40a6ad5..4fc1a2e 100644 --- a/FeedExpander.md +++ b/FeedExpander.md @@ -1,8 +1,8 @@ -`FeedExpander` extends [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract) and adds functions to collect data from existing feeds. +`FeedExpander` extends [`BridgeAbstract`](BridgeAbstract) and adds functions to collect data from existing feeds. **Usage example**: _You have discovered a site that provides feeds which are hidden and inaccessible by normal means. You want your bridge to directly read the feeds and provide them via **RSS-Bridge**_ -To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). You may also use all functions defined by [`HttpCachingBridgeAbstract`](HttpCachingBridgeAbstract). `FeedExpander` additionally provides following functions: +To create a new Bridge extending `FeedExpander` you must implement all required functions of [`BridgeAbstract`](BridgeAbstract). `FeedExpander` additionally provides following functions: * [`parseItem`](#the-parseItem-function) (**required**) * [`getName`](#the-getName-function)