README.md

# Mune
[![CircleCI](https://circleci.com/gh/zachdaniel/mune.svg?style=svg)](https://circleci.com/gh/zachdaniel/mune)
[![Inline docs](http://inch-ci.org/github/zachdaniel/mune.svg)](http://inch-ci.org/github/zachdaniel/mune)
[![Coverage Status](https://coveralls.io/repos/github/zachdaniel/mune/badge.svg)](https://coveralls.io/github/zachdaniel/mune)
[![Hex pm](http://img.shields.io/hexpm/v/mune.svg?style=flat)](https://hex.pm/packages/mune)
[![Ebert](https://ebertapp.io/github/zachdaniel/mune.svg)](https://ebertapp.io/github/zachdaniel/mune)

Mune is pretty straightforward. Take a look at the utilities in the `Mune`
module in the hex documentation to see what is available.

## Installation

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

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