README.md

# Telegex.Plug

[![Hex.pm](https://img.shields.io/hexpm/v/telegex_plug.svg)](http://hex.pm/packages/telegex_plug)
[![Docs](https://img.shields.io/badge/api-docs-green.svg)](https://hexdocs.pm/telegex_plug/api-reference.html)
[![Telegram chat link](https://img.shields.io/badge/chat-telegex-blue.svg)](https://t.me/elixir_telegex)

Abstract design for the message processing methods of Telegex library.

## Installation

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

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

## Usage

[WIP]