README.md

# Timely

Provides functions for converting, comparing and shifting Elixir dates/times.


## Installation

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

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