README.md

# Formulae

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

    ```elixir
    def deps do
      [{:formulae, "~> 0.0.2"}]
    end
    ```

  2. Ensure `formulae` is started before your application:

    ```elixir
    def application do
      [applications: [:formulae]]
    end
    ```

If [published on HexDocs](https://hex.pm/docs/tasks#hex_docs), the docs can
be found at [https://hexdocs.pm/formulae](https://hexdocs.pm/formulae)