README.md

# Healthz

**A lightweight plug to respond to some health checker pings**

## Installation

```elixir
def deps do
  [
    {:healthz, "~> 0.1.0"}
  ]
end
```

The docs can be found at <https://hexdocs.pm/healthz>