From 70828dd5c859c97f0604a83b65a5716ef1b38f60 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 13 Apr 2018 13:14:16 +0200 Subject: [PATCH] Update README --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a97d308..d25a47b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,5 @@ # Mp3FrameParser -**TODO: Add description** - -## Installation - -If [available in Hex](https://hex.pm/docs/publish), the package can be installed -by adding `mp3_frame_parser` to your list of dependencies in `mix.exs`: - -```elixir -def deps do - [ - {:mp3_frame_parser, "~> 0.1.0"} - ] -end -``` - -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/mp3_frame_parser](https://hexdocs.pm/mp3_frame_parser). +Given a series of binary packets, extract any complete MP3 frames that can be found and return them to clients. +Currently WIP.