README.md
# healtchex
Kubernetes Liveness and Readiness Probes as Elixir Plugs.
## Installation
The package can be installed by adding `healtchex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:healtchex, "~> x.x.x"}
]
end
```
Documentation can be found at [https://hexdocs.pm/healtchex](https://hexdocs.pm/healtchex).