diff --git a/Bridge-API.md b/Bridge-API.md index 6fff750..1369b04 100644 --- a/Bridge-API.md +++ b/Bridge-API.md @@ -4,5 +4,6 @@ Base class | Description -----------|------------ [`BridgeAbstract`](BridgeAbstract) | This class is intended for standard _Bridges_ that need to filter HTML pages for content. [`FeedExpander`](FeedExpander) | This class is an extension of `HttpCachingBridgeAbstract`, designed to load existing feeds into **RSS-Bridge** +[`XPathAbstract`](XPathAbstract) | This class is meant as an alternative base class for bridge implementations. It offers preliminary functionality for generating feeds based on _XPath expressions_. For more information about how to create a new _Bridge_, read [How to create a new Bridge?](How-to-create-a-new-Bridge) \ No newline at end of file