README.md
# MessengerBot
Facebook Messenger Chatbot client
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `messenger_bot` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:messenger_bot, "~> 0.1.0"}]
end
```
The docs can be found at [https://hexdocs.pm/messenger](https://hexdocs.pm/messenger).
Note: This package is not production-ready yet!