Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdole authored Dec 22, 2023
1 parent 8543128 commit e8b4fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img src="https://github.com/mmcdole/gofeed/assets/3767096/ab4e7b0e-1472-4249-880c-c6784000ed31" width="150" height="150">
<br /><br />

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)
Expand Down

0 comments on commit e8b4fbb

Please sign in to comment.