Getting Started

Learn how to add humanize duration to your Elixir project and start using it.

Project Setup

To use Humanize Time with your projects, edit your mix.exs file and add it as a dependency.

defp deps do
  [{:humanize_time, "~> 0.1.0"}]
end