README.md

# Latinizer

**A string-translating module responsible for getting rid of diacritic signs in strings**

## Installation

Available in [Hex](https://hex.pm/packages/latinizer/).

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

```elixir
def deps do
  [{:latinizer, "~> 0.2.0"}]
end
```

To learn more, read [the docs](https://hexdocs.pm/latinizer).

Should you find missing character mappings or any other problems, feel free to create
issues in the repo for that, I'll be happy to help.