README.md

[![CI](https://github.com/jarroput/mollie/actions/workflows/elixir.yml/badge.svg?branch=master)](https://github.com/jarroput/mollie/actions/workflows/elixir.yml)
[![Hex.pm](https://img.shields.io/hexpm/v/mollie)](https://hex.pm/packages/mollie)
# Mollie API Client

An API wrapper for [Mollie](https://www.mollie.com/en/developers) written in Elixir.

## Documentation

Documentation for this package can be found [here](https://hexdocs.pm/mollie).

## Installation

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

```elixir
def deps do
  [
    {:mollie, "~> 0.6"}
  ]
end
```