From b664aab35dad4f95d77d340a161afa475fa2d9d3 Mon Sep 17 00:00:00 2001 From: Barna Kovacs Date: Sat, 9 Jul 2022 10:40:14 +0200 Subject: [PATCH] Update README.md The project is now on hex with the documentation so it is safe to remove the conditional phrases. Thank you for reviewing. --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 378b891..c48412c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 . +Documentation can be found at . ## Benchmarks