README.md

# ExLang

Library designed to parse and convert language and locale codes based on ISO 639-3 and RFC 3066 standards. See the module documentation in `lib/ex_lang.ex` for more information.

## Installation

```elixir
def deps do
  [
    {:ex_lang, "1.0.0"}
  ]
end
```