Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The project is now on hex with the documentation so it is safe to remove the conditional phrases.

Thank you for reviewing.
  • Loading branch information
preciz authored Jul 9, 2022
1 parent 03c758f commit b664aab
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 b664aab

Please # to comment.