README.md
# Erps
## TLS-based Remote Protocol Server
![rps diagram](diagram.svg)
## Installation
The package can be installed by adding `erps` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:erps, "~> 0.5.3"}
]
end
```
Documentation can be found at [https://hexdocs.pm/erps](https://hexdocs.pm/erps).