Skip to content

Commit

Permalink
Merge pull request #1 from preciz/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thiagomajesk authored Jul 10, 2022
2 parents 03c758f + b664aab commit 787feb3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Gluttony

Compliant elixir RSS 2.0 and Atom 1.0 parser.
Compliant elixir RSS 2.0 and Atom 1.0 parser.
Ingests and parses RSS feeds and returns raw data that can be enriched by unfurling URLs.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `gluttony` to your list of dependencies in `mix.exs`:
Add `gluttony` to the of dependencies in `mix.exs`:

```elixir
def deps do
Expand All @@ -15,10 +14,9 @@ def deps do
]
end
```
## Documentation

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/gluttony>.
Documentation can be found at <https://hexdocs.pm/gluttony>.

## Benchmarks

Expand Down

0 comments on commit 787feb3

Please # to comment.