README.md

# ElixirCLRut

A module that helps with validation and formatting
of chilean [RUT/RUN identifiers](https://es.wikipedia.org/wiki/Rol_%C3%9Anico_Tributario).
Made by the [Elixir Chile](https://elixircl.github.io) Community.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixircl_rut` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:elixircl_rut, "~> 1.0.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/elixircl_rut](https://hexdocs.pm/elixircl_rut).