diff --git a/README.md b/README.md index f922ac47..a154b16a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-Parse RSS, Atom, and JSON feeds effortlessly with `gofeed`. The library features a universal `gofeed.Parser` that translates these feed types into a unified `gofeed.Feed` model. For specialized use-cases, feed-specific parsers like `atom.Parser`, `rss.Parser`, and `json.Parser` are also available. +`gofeed` is a powerful and flexible library designed for parsing **RSS**, **Atom**, and **JSON** feeds across various formats and versions. It effectively manages non-standard elements and known extensions, and demonstrates resilience against common feed issues. ## Table of Contents - [Features](#features)