diff --git a/README.md b/README.md index fdeba91..2771722 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,4 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@printfuck](https://github.com/printfuck/) -* [Readable](https://github.com/printfuck/xExtension-Readable): Fetch article content with Readability or Mercury parsers +* [Readable](https://github.com/printfuck/xExtension-Readable): Fetch article content for selected feeds with [Readability](https://github.com/mozilla/readability) or [Mercury](https://github.com/postlight/mercury-parser) diff --git a/extensions.json b/extensions.json index 05fc67d..f162791 100644 --- a/extensions.json +++ b/extensions.json @@ -202,7 +202,7 @@ { "name": "Readable", "author": "printfuck", - "description": "Fetch article content for selected feeds with readability or mercury", + "description": "Fetch article content for selected feeds with Readability or Mercury", "version": 0.1, "entrypoint": "Readable", "type": "user",