README.md
# EmailEctoType


An ecto type that provides easy way of managing email addresses
in a database.
## Usage
See [hexdocs](https://hexdocs.pm/email_ecto_type) for details.
## Installation
The package can be installed by adding `email_ecto_type` to your list
of dependencies in `mix.exs`:
```elixir
def deps do
[
{:email_ecto_type, "~> 0.1"}
]
end
```