README.md
# Pacuare
An Elixir client for the Pacuare SDK.
## Installation
This package can be installed by adding `pacuare` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pacuare, "~> 0.1.0"}
]
end
```
Documentation can be found at <https://hexdocs.pm/pacuare>.