README.md
# Tidy
Checks documentation and specs of Elixir modules.
## Installation
The package can be installed
by adding `tidy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tidy, "~> 0.1"}
]
end
```
The documentation can
be found at [https://hexdocs.pm/tidy](https://hexdocs.pm/tidy).