README.md

A small project that allows you to normalize Ecto schemas. This version supports the beta of Ecto 2.

## Installation

The package can be installed as:

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

        def deps do
          [{:normalixr, "~> 0.3"}]
        end

  3. Replace every instance of `use Ecto.Schema` with `Normalixr.Schema`

## Documentation

All documentation can be found on [Hexdocs](https://hexdocs.pm/normalixr).