README.md

# HLClock

[![Build Status](https://travis-ci.org/toniqsystems/hlclock.svg?branch=master)](https://travis-ci.org/toniqsystems/hlclock)

## Installation

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

```elixir
def deps do
  [{:hlclock, "~> 0.1.3"}]
end
```