README.md

# ResxDropbox
A dropbox producer for resx

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

__Note:__ Whilst [resx](https://github.com/ScrimpyCat/Resx) is pre 0.1.0, this library will follow resx's versioning.

```elixir
def deps do
    [{ :resx_dropbox, "== 0.0.3" }]
end
```