README.md

# SwitchX
**FreeSWITCH Event Socket Protocol client implementation with Elixir**
Documentation can be found at [https://hexdocs.pm/switchx](https://hexdocs.pm/switchx).
## Installation
```elixir
def deps do
[
{:switchx, "~> 0.1.1"}
]
end
```