README.md

# HLClock

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

## Installation

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

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