README.md

# Issuer

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `issuer` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:issuer, "~> 0.0.24"}]
    end
    ```

  2. Ensure `issuer` is started before your application:

    ```elixir
    def application do
      [applications: [:issuer]]
    end
    ```

If [published on HexDocs](https://hex.pm/docs/tasks#hex_docs), the docs can
be found at [https://hexdocs.pm/issuer](https://hexdocs.pm/issuer)