README.md

# ResxBase
RFC 4648 encoding/decoding transformer for [resx](https://github.com/ScrimpyCat/Resx)

Installation
------------

```elixir
def deps do
    [{ :resx_base, "~> 0.1.0" }]
end
```