README.md

# UberMulti

A helper for 'Ecto.Multi.run/3' that facilitates calling functions not written for Ecto.Multi.

## Installation

The package can be installed by adding `uber_multi` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:uber_multi, "~> 1.0"}
  ]
end
```

## Docs & Usage

The docs and examples can be found online at [https://hexdocs.pm/uber_multi/UberMulti.html](https://hexdocs.pm/uber_multi/UberMulti.html).