README.md

# Paytm

Paytm API client for Elixir with Wallet and OAuth API support

## Documentation

[https://hexdocs.pm/paytm](https://hexdocs.pm/paytm)

## Installation

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

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