README.md

# Happy

the alchemist [happy path](https://en.wikipedia.org/wiki/Happy_path) with elixir

## Installation

[Available in Hex](https://hex.pm/packages/happy), the package can be installed as:

  1. Add happy to your list of dependencies in `mix.exs`:

```elixir
  def deps do
    [{:happy, "~> 0.0.1"}]
  end
```