README.md

<p align="center">
<a href="https://hexdocs.pm/smlr/"><img src="https://img.shields.io/badge/api-docs-green" alt="Docs"/></a>
<a href="https://travis-ci.com/mogorman/smlr"><img src="https://travis-ci.com/mogorman/smlr.svg?branch=master" alt="Build"/></a>
<a href="https://coveralls.io/github/mogorman/smlr?branch=master"><img src="https://coveralls.io/repos/github/mogorman/smlr/badge.svg" alt="Code Coverage"/></a>
<a href="https://hex.pm/packages/smlr"><img src="http://img.shields.io/hexpm/v/smlr.svg" alt="Package"/></a>
<a href="COPYING.txt"><img src="http://img.shields.io/hexpm/l/smlr.svg" alt="License"/></a>
<img src="https://img.shields.io/hexpm/dt/smlr" alt="Downloads"/>
</p>

# Smlr
Supports gzip, deflate, br, and zstd
**TODO: Add description**

## Installation

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

```elixir
def deps do
  [
    {:smlr, "~> 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/smlr](https://hexdocs.pm/smlr).