README.md

# Knet

An elixir package to be used with the Knet payment gateway.

## Installation

```elixir
def deps do
  [
    {:knet, "~> 1.2.0"}
  ]
end
```

## Documentation

The docs can be found at <https://hexdocs.pm/knet>.