README.md

# Multiverses.Http

## Installation

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

```elixir
def deps do
  [
    {:multiverses, "~> 0.11", only: :test},
    {:multiverses_http, "~> 0.2", only: :test}
  ]
end
```

Documentation can be found at <https://hexdocs.pm/multiverses_http>.