README.md
# translit
**A cyrillic ukrainian to latin transliteration based on [decree](http://search.ligazakon.ua/l_doc2.nsf/link1/KP100055.html) of the Cabinet of Ministers of Ukraine**
## Documentation
[hexdocs.pm/translit](https://hexdocs.pm/translit).
## Installation
The package can be installed by adding `translit` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:translit, "~> 0.1.0"}
]
end
```
Available in [Hex](https://hex.pm/translit).