README.md

# Eversign

Implementation for the [eversign.com API]() in Elixir which lets you digitally sign PDF documents.

## Installation

This package can be installed by adding `eversign` to your list of dependencies in `mix.exs`:

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

Documentation is published on [HexDocs.pm](https://hexdocs.pm/eversign).