README.md
# Fettle Checks
A small library of health checker implementations for [Fettle](https://github.com/Financial-Times/fettle).
[![Hex pm](http://img.shields.io/hexpm/v/fettle_checks.svg?style=flat)](https://hex.pm/packages/fettle_checks) [![Inline docs](http://inch-ci.org/github/Financial-Times/fettle_checks.svg)](http://inch-ci.org/github/Financial-Times/fettle_checks) [![Build Status](https://travis-ci.org/Financial-Times/fettle_checks.svg?branch=master)](https://travis-ci.org/Financial-Times/fettle_checks)
See individual modules for details.
## Installation
For the stable version:
```elixir
def deps do
[
{:fettle_checks, "~> 0.2"}
]
end
```
For the latest (and most unstable) version:
```elixir
def deps do
[{:fettle_checks, github: "Financial-Times/fettle_checks"}]
end
```