description unified

This commit is contained in:
printfuck 2022-06-07 12:25:11 +02:00
parent e1d78a3102
commit 9c51111305
2 changed files with 2 additions and 2 deletions

View file

@ -73,4 +73,4 @@ There are some FreshRSS extensions out there, developed by community members:
### By [@printfuck](https://github.com/printfuck/) ### 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)

View file

@ -202,7 +202,7 @@
{ {
"name": "Readable", "name": "Readable",
"author": "printfuck", "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, "version": 0.1,
"entrypoint": "Readable", "entrypoint": "Readable",
"type": "user", "type": "user",